/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 111 void TestGLES2Interface::ActiveTexture(GLenum target) { in ActiveTexture() function in cc::TestGLES2Interface
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 39 void (*ActiveTexture)(PP_Resource context, GLenum texture); member
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 447 DELEGATE_TO_GL_1(activeTexture, ActiveTexture, WGC3Denum) in DELEGATE_TO_GL_1() argument
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 12 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
|
D | gles2_cmd_format_test_autogen.h | 15 TEST_F(GLES2FormatTest, ActiveTexture) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_trace_implementation_impl_autogen.h | 13 void GLES2TraceImplementation::ActiveTexture(GLenum texture) { in ActiveTexture() function
|
D | gles2_interface_stub_impl_autogen.h | 13 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { in ActiveTexture() function
|
D | gles2_implementation.cc | 2357 void GLES2Implementation::ActiveTexture(GLenum texture) { in ActiveTexture() function in gpu::gles2::GLES2Implementation
|
D | gles2_cmd_helper_autogen.h | 12 void ActiveTexture(GLenum texture) { in ActiveTexture() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 28 void ActiveTexture(PP_Resource context_id, GLenum texture) { in ActiveTexture() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 2577 KEYWORD1 void KEYWORD2 NAME(ActiveTexture)(GLenum texture) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | mtypes.h | 1633 GLint ActiveTexture; /**< Client Active Texture */ member
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 1633 GLint ActiveTexture; /**< Client Active Texture */ member
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 4221 GLAPI void APIENTRY GLAPI_PREFIX(ActiveTexture)(GLenum texture) in GLAPI_PREFIX() argument
|