Searched defs:ActiveTexture (Results 1 - 13 of 13) sorted by path

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc117 void TestGLES2Interface::ActiveTexture(GLenum target) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h14 void ActiveTexture(GLenum texture) { function
15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
H A Dgles2_implementation.cc2422 void GLES2Implementation::ActiveTexture(GLenum texture) { function in class:gpu::gles2::GLES2Implementation
2435 helper_->ActiveTexture(texture);
H A Dgles2_interface_stub_impl_autogen.h15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h15 void GLES2TraceImplementation::ActiveTexture(GLenum texture) { function in class:GLES2TraceImplementation
16 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ActiveTexture");
17 gl_->ActiveTexture(texture);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h14 struct ActiveTexture { struct
15 typedef ActiveTexture ValueType;
40 COMPILE_ASSERT(sizeof(ActiveTexture) == 8, Sizeof_ActiveTexture_is_not_8);
41 COMPILE_ASSERT(offsetof(ActiveTexture, header) == 0,
43 COMPILE_ASSERT(offsetof(ActiveTexture, texture) == 4,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc24 void ActiveTexture(PP_Resource context_id, GLenum texture) { function in namespace:mojo::examples::__anon8751
1379 &ActiveTexture, &AttachShader,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h92 void (*ActiveTexture)(PP_Resource context, GLenum texture); member in struct:PPB_OpenGLES2_1_0
551 void (*ActiveTexture)(PP_Resource context, GLenum texture); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc30 void ActiveTexture(PP_Resource context_id, GLenum texture) { function in namespace:ppapi::__anon10171
33 ToGles2Impl(&enter)->ActiveTexture(texture);
1611 &ActiveTexture, &AttachShader,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2577 KEYWORD1 void KEYWORD2 NAME(ActiveTexture)(GLenum texture) function
9309 TABLE_ENTRY(ActiveTexture),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h436 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture);
4221 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture) function
11611 ".globl "GLAPI_PREFIX_STR(ActiveTexture)"\n"
11612 ".set "GLAPI_PREFIX_STR(ActiveTexture)", "GLAPI_PREFIX_STR(ActiveTextureARB)"\n"
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */ member in struct:gl_array_attrib
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */ member in struct:gl_array_attrib

Completed in 623 milliseconds