Home
last modified time | relevance | path

Searched refs:layersChars (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_GraphicsEnvironment.cpp94 ScopedUtfChars layersChars(env, layers); in setDebugLayers_native() local
95 android::GraphicsEnv::getInstance().setDebugLayers(layersChars.c_str()); in setDebugLayers_native()
101 ScopedUtfChars layersChars(env, layers); in setDebugLayersGLES_native() local
102 android::GraphicsEnv::getInstance().setDebugLayersGLES(layersChars.c_str()); in setDebugLayersGLES_native()