/frameworks/base/services/java/com/android/server/status/ |
D | TrackingPatternView.java | 49 final Bitmap texture = mTexture; in onDraw() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | Texture.java | 93 int[] texture = new int[1]; in loadTexture() local
|
D | Group.java | 139 Texture texture = parent.getTexture(mat.getMap_Kd()); in draw() local
|
D | Object3D.java | 142 Texture texture = new Texture(is); in loadTexture() local
|
D | GLErrorWrapper.java | 70 public void glActiveTexture(int texture) { in glActiveTexture() 88 public void glBindTexture(int target, int texture) { in glBindTexture() 136 public void glClientActiveTexture(int texture) { in glClientActiveTexture()
|
D | GLWrapperBase.java | 244 public boolean glIsTexture(int texture) { in glIsTexture() 384 …public void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int … in glFramebufferTexture2DOES()
|
D | GLES10.java | 276 int texture in glActiveTexture() 297 int texture in glBindTexture() 352 int texture in glClientActiveTexture()
|
D | GLLogWrapper.java | 1177 public void glActiveTexture(int texture) { in glActiveTexture() 1203 public void glBindTexture(int target, int texture) { in glBindTexture() 1282 public void glClientActiveTexture(int texture) { in glClientActiveTexture() 2932 public boolean glIsTexture(int texture) { in glIsTexture()
|
D | GLES11.java | 542 int texture in glIsTexture()
|
/frameworks/base/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 14 GLuint texture; variable
|
/frameworks/base/opengl/tests/tritex/ |
D | tritex.cpp | 23 GLuint texture; variable
|
/frameworks/base/opengl/libagl/ |
D | TextureObjectManager.cpp | 320 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name) in texture() function in android::EGLSurfaceManager
|
D | texture.cpp | 347 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex) in bindTextureTmu() 872 void glActiveTexture(GLenum texture) in glActiveTexture() 883 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
|
D | array.cpp | 1340 void glClientActiveTexture(GLenum texture) in glClientActiveTexture()
|
/frameworks/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 19 GLuint texture; variable
|
/frameworks/base/libs/surfaceflinger/ |
D | LayerBase.cpp | 503 void LayerBase::loadTexture(Texture* texture, in loadTexture() 621 const sp<GraphicBuffer>& buffer, Texture* texture) in initializeEglImage()
|
D | Layer.cpp | 169 Texture* const texture(&mTextures[0]); in reloadTexture() local
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 87 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture()
|
/frameworks/base/include/private/opengles/ |
D | gl_context.h | 147 vec4_t texture[GGL_TEXTURE_UNIT_COUNT]; member 198 array_t texture[GGL_TEXTURE_UNIT_COUNT]; member 347 EGLTextureObject* texture; member 491 matrix_stack_t texture[GGL_TEXTURE_UNIT_COUNT]; member
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 122 int texture in glBindTexture() 204 int texture, in glFramebufferTexture2DOES()
|
D | GL10.java | 262 int texture in glActiveTexture() 277 int texture in glBindTexture() 316 int texture in glClientActiveTexture()
|
D | GL11.java | 425 int texture in glIsTexture()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 80 int texture in glActiveTexture() 101 int texture in glBindTexture() 156 int texture in glClientActiveTexture() 1528 int texture in glIsTexture() 1919 int texture, in glFramebufferTexture2DOES()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 161 (JNIEnv *_env, jobject _this, jint texture) { in android_glActiveTexture__I() 190 (JNIEnv *_env, jobject _this, jint target, jint texture) { in android_glBindTexture__II() 270 (JNIEnv *_env, jobject _this, jint texture) { in android_glClientActiveTexture__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 196 (JNIEnv *_env, jobject _this, jint texture) { in android_glActiveTexture__I() 225 (JNIEnv *_env, jobject _this, jint target, jint texture) { in android_glBindTexture__II() 305 (JNIEnv *_env, jobject _this, jint texture) { in android_glClientActiveTexture__I() 5231 (JNIEnv *_env, jobject _this, jint texture) { in android_glIsTexture__I() 6181 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII()
|