HomeSort by relevance Sort by last modified time
    Searched full:activetexture (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /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/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_context_state.cc 75 EXPECT_CALL(*gl_, ActiveTexture(unit)).Times(1).RetiresOnSaturation();
210 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1));
211 ActiveTexture cmd;
242 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1));
243 SpecializedSetup<ActiveTexture, 0>(true);
244 ActiveTexture cmd;
313 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1));
314 SpecializedSetup<ActiveTexture, 0>(true);
315 ActiveTexture cmd;
gles2_cmd_decoder_unittest_textures.cc 175 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1));
176 SpecializedSetup<ActiveTexture, 0>(true);
177 ActiveTexture cmd;
184 EXPECT_CALL(*gl_, ActiveTexture(_)).Times(0);
185 SpecializedSetup<ActiveTexture, 0>(false);
186 ActiveTexture cmd;
    [all...]
  /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",
  /frameworks/base/libs/hwui/
Dither.cpp 93 mCaches->activeTexture(textureSlot);
RenderState.cpp 126 mCaches->activeTexture(0);
LayerRenderer.cpp 198 caches.activeTexture(0);
285 Caches::getInstance().activeTexture(0);
422 caches.activeTexture(0);
SkiaShader.cpp 178 caches->activeTexture(textureSlot);
272 Caches::getInstance().activeTexture(textureSlot);
394 caches->activeTexture(textureSlot);
OpenGLRenderer.cpp 798 mCaches.activeTexture(0);
935 mCaches.activeTexture(0);
    [all...]
  /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/angle/
GrGLCreateANGLEInterface.cpp 41 GET_PROC(ActiveTexture);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 41 GET_PROC(ActiveTexture);
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 16 #define glActiveTexture GLES2_GET_FUN(ActiveTexture)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 15 OP(ActiveTexture) /* 256 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 43 GET_PROC(ActiveTexture);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 4 gl->activeTexture = &glActiveTexture;
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 174 gl.activeTexture(GL_TEXTURE0);
343 gl.activeTexture(GL_TEXTURE0);
462 gl.activeTexture(GL_TEXTURE0);
577 gl.activeTexture(GL_TEXTURE0);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 43 GET_PROC(ActiveTexture);

Completed in 322 milliseconds

1 2 3 4 5 6 7