/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 76 void TestGLES2Interface::BindTexture(GLenum target, GLuint texture) { in BindTexture() function in cc::TestGLES2Interface
|
D | test_web_graphics_context_3d.cc | 674 void TestWebGraphicsContext3D::TextureTargets::BindTexture( in BindTexture() function in cc::TestWebGraphicsContext3D::TextureTargets
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 59 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture); member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 235 struct BindTexture { struct 236 typedef BindTexture ValueType; argument 237 static const CommandId kCmdId = kBindTexture; argument 238 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 239 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1); 263 COMPILE_ASSERT(sizeof(BindTexture) == 12, Sizeof_BindTexture_is_not_12); argument
|
D | gles2_cmd_format_test_autogen.h | 91 TEST_F(GLES2FormatTest, BindTexture) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 71 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) { in BindTexture() function
|
D | gles2_trace_implementation_impl_autogen.h | 49 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) { in BindTexture() function
|
D | gles2_interface_stub_impl_autogen.h | 32 void GLES2InterfaceStub::BindTexture(GLenum /* target */, in BindTexture() function
|
D | gles2_cmd_helper_autogen.h | 60 void BindTexture(GLenum target, GLuint texture) { in BindTexture() function
|
/external/mesa3d/src/mesa/main/ |
D | dd.h | 305 void (*BindTexture)( struct gl_context *ctx, GLenum target, member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dd.h | 305 void (*BindTexture)( struct gl_context *ctx, GLenum target, member
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 73 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) { in BindTexture() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 79 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) { in BindTexture() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 1922 KEYWORD1 void KEYWORD2 NAME(BindTexture)(GLenum target, GLuint texture) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3563 GLAPI void APIENTRY GLAPI_PREFIX(BindTexture)(GLenum target, GLuint texture) in GLAPI_PREFIX() argument
|