Home
last modified time | relevance | path

Searched defs:ActiveTexture (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/cc/test/
Dtest_gles2_interface.cc111 void TestGLES2Interface::ActiveTexture(GLenum target) { in ActiveTexture() function in cc::TestGLES2Interface
/external/chromium_org/ppapi/c/
Dppb_opengles2.h39 void (*ActiveTexture)(PP_Resource context, GLenum texture); member
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc447 DELEGATE_TO_GL_1(activeTexture, ActiveTexture, WGC3Denum) in DELEGATE_TO_GL_1() argument
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h12 struct ActiveTexture { struct
13 typedef ActiveTexture ValueType; argument
14 static const CommandId kCmdId = kActiveTexture; argument
15 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
39 COMPILE_ASSERT(sizeof(ActiveTexture) == 8, argument
Dgles2_cmd_format_test_autogen.h15 TEST_F(GLES2FormatTest, ActiveTexture) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_trace_implementation_impl_autogen.h13 void GLES2TraceImplementation::ActiveTexture(GLenum texture) { in ActiveTexture() function
Dgles2_interface_stub_impl_autogen.h13 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { in ActiveTexture() function
Dgles2_implementation.cc2357 void GLES2Implementation::ActiveTexture(GLenum texture) { in ActiveTexture() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h12 void ActiveTexture(GLenum texture) { in ActiveTexture() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc28 void ActiveTexture(PP_Resource context_id, GLenum texture) { in ActiveTexture() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h2577 KEYWORD1 void KEYWORD2 NAME(ActiveTexture)(GLenum texture) in NAME() argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */ member
/external/mesa3d/src/mesa/main/
Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */ member
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h4221 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture) in GLAPI_PREFIX() argument