HomeSort by relevance Sort by last modified time
    Searched refs:ActiveTexture (Results 1 - 25 of 59) sorted by null

1 2 3

  /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 42 GET_PROC(ActiveTexture);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 42 GET_PROC(ActiveTexture);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 13 OP(ActiveTexture) /* 256 */ \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
getstring.c 204 const GLuint clientUnit = ctx->Array.ActiveTexture;
texstate.c 343 if (ctx->Array.ActiveTexture == texUnit)
347 ctx->Array.ActiveTexture = texUnit;
enable.c 79 var = &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Enabled;
80 flag = VERT_BIT_TEX(ctx->Array.ActiveTexture);
    [all...]
varray.c 390 const GLuint unit = ctx->Array.ActiveTexture;
    [all...]
  /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/mesa/
GrGLCreateMesaInterface.cpp 46 GR_GL_GET_PROC(ActiveTexture);
  /external/mesa3d/src/mesa/main/
getstring.c 204 const GLuint clientUnit = ctx->Array.ActiveTexture;
texstate.c 343 if (ctx->Array.ActiveTexture == texUnit)
347 ctx->Array.ActiveTexture = texUnit;
enable.c 79 var = &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Enabled;
80 flag = VERT_BIT_TEX(ctx->Array.ActiveTexture);
    [all...]
varray.c 390 const GLuint unit = ctx->Array.ActiveTexture;
    [all...]
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 65 GET_PROC(ActiveTexture);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 46 GR_GL_GET_PROC(ActiveTexture);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 447 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0);
542 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 152 gles2->ActiveTexture(GL_TEXTURE0);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 14 #define glActiveTexture GLES2_GET_FUN(ActiveTexture)
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 134 WGL_SET_PROC(ActiveTexture);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 134 WGL_SET_PROC(ActiveTexture);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 26 void ActiveTexture(PP_Resource context_id, GLenum texture) {
27 GetGLES(context_id)->ActiveTexture(texture);
846 &ActiveTexture,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.cc 157 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0 + tt))
183 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
220 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
    [all...]
gles2_cmd_decoder_unittest.cc 206 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
216 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
222 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 13 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) {

Completed in 219 milliseconds

1 2 3