/frameworks/base/libs/hwui/renderstate/ |
D | TextureState.cpp | 42 glActiveTexture(kTextureUnits[0]); in TextureState() 92 glActiveTexture(kTextureUnits[textureUnit]); in activateTexture()
|
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 96 glActiveTexture(GL_TEXTURE1); in TEST_F() 101 glActiveTexture(GL_TEXTURE0); in TEST_F()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 280 glActiveTexture(GL_TEXTURE0); in doSingleTest() 282 glActiveTexture(GL_TEXTURE1); in doSingleTest() 284 glActiveTexture(GL_TEXTURE0); in doSingleTest()
|
/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 120 glActiveTexture(GL_TEXTURE0); in drawGradient()
|
D | Composers.cpp | 86 glActiveTexture(GL_TEXTURE0); in modBlit()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 56 import static android.opengl.GLES20.glActiveTexture; 209 glActiveTexture(GL_TEXTURE0); in loadTexture()
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 269 glActiveTexture(GL_TEXTURE0); in beforeDraw()
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 234 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in draw()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 111 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in onDrawFrame()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 149 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in onDrawFrame()
|
D | GLTextureViewActivity.java | 256 glActiveTexture(GL_TEXTURE0); in loadTexture()
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 480 RSD_CALL_GL(glActiveTexture, GL_TEXTURE0 + ct); in setupTextures() 517 RSD_CALL_GL(glActiveTexture, GL_TEXTURE0); in setupTextures()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 1 void glActiveTexture ( GLenum texture )
|
D | GLES20.spec | 1 void glActiveTexture ( GLenum texture )
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 186 glActiveTexture(GL_TEXTURE0); in setupGraphics()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 261 void glActiveTexture( in glActiveTexture() method
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 204 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in onDrawFrame()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 1 void glActiveTexture ( GLenum texture )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 115 void API_ENTRY(glActiveTexture)(GLenum texture) { 116 CALL_GL_API(glActiveTexture, texture);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 275 public static native void glActiveTexture( in glActiveTexture() method in GLES10
|
D | GLES20.java | 338 public static native void glActiveTexture( in glActiveTexture() method in GLES20
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 395 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in onDrawFrame()
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 165 void glActiveTexture(GLenum texture) {} in glActiveTexture() function
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 429 GLES20.glActiveTexture(GLES20.GL_TEXTURE0);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 473 GLAPI void APIENTRY glActiveTexture (GLenum texture);
|