Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/java/com/android/server/status/
DTrackingPatternView.java49 final Bitmap texture = mTexture; in onDraw() local
/frameworks/base/opengl/java/android/opengl/
DTexture.java93 int[] texture = new int[1]; in loadTexture() local
DGroup.java139 Texture texture = parent.getTexture(mat.getMap_Kd()); in draw() local
DObject3D.java142 Texture texture = new Texture(is); in loadTexture() local
DGLErrorWrapper.java70 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()
DGLWrapperBase.java244 public boolean glIsTexture(int texture) { in glIsTexture()
384 …public void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int … in glFramebufferTexture2DOES()
DGLES10.java276 int texture in glActiveTexture()
297 int texture in glBindTexture()
352 int texture in glClientActiveTexture()
DGLLogWrapper.java1177 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()
DGLES11.java542 int texture in glIsTexture()
/frameworks/base/opengl/tests/gl_jni/jni/
Dgl_code.cpp14 GLuint texture; variable
/frameworks/base/opengl/tests/tritex/
Dtritex.cpp23 GLuint texture; variable
/frameworks/base/opengl/libagl/
DTextureObjectManager.cpp320 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name) in texture() function in android::EGLSurfaceManager
Dtexture.cpp347 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()
Darray.cpp1340 void glClientActiveTexture(GLenum texture) in glClientActiveTexture()
/frameworks/base/opengl/tests/gl_basic/
Dgl_basic.cpp19 GLuint texture; variable
/frameworks/base/libs/surfaceflinger/
DLayerBase.cpp503 void LayerBase::loadTexture(Texture* texture, in loadTexture()
621 const sp<GraphicBuffer>& buffer, Texture* texture) in initializeEglImage()
DLayer.cpp169 Texture* const texture(&mTextures[0]); in reloadTexture() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp87 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture()
/frameworks/base/include/private/opengles/
Dgl_context.h147 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/
DGL11ExtensionPack.java122 int texture in glBindTexture()
204 int texture, in glFramebufferTexture2DOES()
DGL10.java262 int texture in glActiveTexture()
277 int texture in glBindTexture()
316 int texture in glClientActiveTexture()
DGL11.java425 int texture in glIsTexture()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java80 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/
Dandroid_opengl_GLES10.cpp161 (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()
Dcom_google_android_gles_jni_GLImpl.cpp196 (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()

12