/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyDialogV2.kt | 477 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/ |
D | lse_desktop_experience.aconfig | 85 …description: "Allows for additional windows tied to WindowDecoration to be layered between status …
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 55 void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer,…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 956 boolean layered, in glBindImageTexture() argument
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 99 This component has some tricky thread synchronization considerations due to its layered design and
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 901 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);
|
D | gl2ext_api.in | 868 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/ |
D | gl31.h | 1438 …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…
|
D | gl32.h | 1438 …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/ |
D | android_opengl_GLES31.cpp | 3209 …(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/ |
D | entries.in | 24 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/ |
D | gl2ext.h | 2417 …NTRYP PFNGLGETIMAGEHANDLENVPROC) (GLuint texture, GLint level, GLboolean layered, GLint layer, GLe… 2431 GL_APICALL GLuint64 GL_APIENTRY glGetImageHandleNV (GLuint texture, GLint level, GLboolean layered,…
|