Searched refs:ActiveTexture (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc90 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/
H A DGrGLCreateANGLEInterface.cpp42 GET_PROC(ActiveTexture);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp42 GET_PROC(ActiveTexture);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h13 OP(ActiveTexture) /* 256 */ \
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dgetstring.c204 const GLuint clientUnit = ctx->Array.ActiveTexture;
H A Dtexstate.c343 if (ctx->Array.ActiveTexture == texUnit)
347 ctx->Array.ActiveTexture = texUnit;
H A Denable.c79 var = &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Enabled;
80 flag = VERT_BIT_TEX(ctx->Array.ActiveTexture);
1475 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)]
H A Dvarray.c390 const GLuint unit = ctx->Array.ActiveTexture;
1273 ctx->Array.ActiveTexture = 0; /* GL_ARB_multitexture */
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp65 GET_PROC(ActiveTexture);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp46 GR_GL_GET_PROC(ActiveTexture);
/external/mesa3d/src/mesa/main/
H A Dgetstring.c204 const GLuint clientUnit = ctx->Array.ActiveTexture;
H A Dtexstate.c343 if (ctx->Array.ActiveTexture == texUnit)
347 ctx->Array.ActiveTexture = texUnit;
H A Denable.c79 var = &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)].Enabled;
80 flag = VERT_BIT_TEX(ctx->Array.ActiveTexture);
1475 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)]
H A Dvarray.c390 const GLuint unit = ctx->Array.ActiveTexture;
1273 ctx->Array.ActiveTexture = 0; /* GL_ARB_multitexture */
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp65 GET_PROC(ActiveTexture);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp46 GR_GL_GET_PROC(ActiveTexture);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc447 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0);
542 gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0);
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_decoder_factories.cc152 gles2->ActiveTexture(GL_TEXTURE0);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h14 #define glActiveTexture GLES2_GET_FUN(ActiveTexture)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp134 WGL_SET_PROC(ActiveTexture);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp134 WGL_SET_PROC(ActiveTexture);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc26 void ActiveTexture(PP_Resource context_id, GLenum texture) { function in namespace:ppapi::__anon9519
27 GetGLES(context_id)->ActiveTexture(texture);
846 &ActiveTexture,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc157 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0 + tt))
183 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
220 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h13 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h13 void GLES2TraceImplementation::ActiveTexture(GLenum texture) { function in class:GLES2TraceImplementation
14 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ActiveTexture");
15 gl_->ActiveTexture(texture);

Completed in 213 milliseconds

123