/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TextureUnitPropertyAccessor.java | 49 Integer activeTexture = (Integer) activeTextureProperty.getValue(); 55 activeTexture,
|
TexturePropertyAccessor.java | 83 return String.format("TEXTURE_STATE/TEXTURES/${activeTexture}/%s", mTextureType);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gles_api.py | 34 'ActiveTexture', 287 "ActiveTexture",
|
/external/mesa3d/src/mapi/glapi/gen/ |
gles_api.py | 34 'ActiveTexture', 287 "ActiveTexture",
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 42 GET_PROC(ActiveTexture);
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 42 GET_PROC(ActiveTexture);
|
/frameworks/base/libs/hwui/ |
Dither.cpp | 93 mCaches->activeTexture(textureSlot);
|
SkiaShader.cpp | 147 Caches::getInstance().activeTexture(textureSlot); 234 Caches::getInstance().activeTexture(textureSlot); 354 Caches::getInstance().activeTexture(textureSlot);
|
OpenGLRenderer.cpp | 384 mCaches.activeTexture(0); 931 mCaches.activeTexture(0); [all...] |
LayerRenderer.cpp | 197 caches.activeTexture(0); 288 Caches::getInstance().activeTexture(0); 417 caches.activeTexture(0);
|
FontRenderer.cpp | 289 Caches::getInstance().activeTexture(0); 402 Caches::getInstance().activeTexture(0); 448 caches.activeTexture(0); 509 caches.activeTexture(0);
|
Layer.cpp | 91 caches.activeTexture(0);
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmContext.cpp | 120 unsigned int activeTexture = m_clientActiveTexture + GL_TEXTURE0; 139 setClientActiveTexture(activeTexture); 140 s_glDispatch.glClientActiveTexture(activeTexture);
|
/external/chromium_org/cc/test/ |
test_gles2_interface.h | 45 virtual void ActiveTexture(GLenum target) OVERRIDE;
|
test_gles2_interface.cc | 111 void TestGLES2Interface::ActiveTexture(GLenum target) { 112 test_context_->activeTexture(target);
|
/external/chromium_org/content/test/data/gpu/ |
mem_webgl.html | 115 gl.activeTexture(gl.TEXTURE0);
|
/external/chromium_org/ppapi/examples/video_capture/ |
video_capture.cc | 90 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0); 99 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE1); 105 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE2); 298 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0 + unit);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 46 GR_GL_GET_PROC(ActiveTexture);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 46 GR_GL_GET_PROC(ActiveTexture);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 14 #define glActiveTexture GLES2_GET_FUN(ActiveTexture)
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 13 OP(ActiveTexture) /* 256 */ \
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 65 GET_PROC(ActiveTexture);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 140 WGL_SET_PROC(ActiveTexture);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 65 GET_PROC(ActiveTexture);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 140 WGL_SET_PROC(ActiveTexture);
|