Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogV2.kt477 val layered = LayerDrawable(arrayOf(background, icon)) in <lambda>() constant
478 layered.setLayerSize(0, backgroundSize, backgroundSize) in <lambda>()
479 layered.setLayerGravity(0, Gravity.CENTER) in <lambda>()
480 layered.setLayerSize(1, iconSize, iconSize) in <lambda>()
481 layered.setLayerGravity(1, Gravity.CENTER) in <lambda>()
482 return layered in <lambda>()
/frameworks/base/core/java/android/window/flags/
Dlse_desktop_experience.aconfig85 …description: "Allows for additional windows tied to WindowDecoration to be layered between status …
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec55 void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer,…
/frameworks/base/opengl/java/android/opengl/
DGLES31.java956 boolean layered, in glBindImageTexture() argument
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md99 This component has some tricky thread synchronization considerations due to its layered design and
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in901 void API_ENTRY(glBindImageTexture)(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
902 CALL_GL_API(glBindImageTexture, unit, texture, level, layered, layer, access, format);
Dgl2ext_api.in868 GLuint64 API_ENTRY(glGetImageHandleNV)(GLuint texture, GLint level, GLboolean layered, GLint layer,…
869 CALL_GL_API_RETURN(glGetImageHandleNV, texture, level, layered, layer, format);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1438 …NDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLe…
1507 … glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLe…
Dgl32.h1438 …NDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLe…
1507 … glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLe…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3209 …(JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, j… in android_glBindImageTexture__IIIZIII() argument
3214 (GLboolean)layered, in android_glBindImageTexture__IIIZIII()
/frameworks/native/opengl/libs/
Dentries.in24 GL_ENTRY(void, glBindImageTexture, GLuint unit, GLuint texture, GLint level, GLboolean layered, GLi…
362 GL_ENTRY(GLuint64, glGetImageHandleNV, GLuint texture, GLint level, GLboolean layered, GLint layer,…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2417 …NTRYP PFNGLGETIMAGEHANDLENVPROC) (GLuint texture, GLint level, GLboolean layered, GLint layer, GLe…
2431 GL_APICALL GLuint64 GL_APIENTRY glGetImageHandleNV (GLuint texture, GLint level, GLboolean layered,…