/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 167 void TestGLES2Interface::BindBuffer(GLenum target, GLuint buffer) { in BindBuffer() function in cc::TestGLES2Interface
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 52 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 126 struct BindBuffer { struct 127 typedef BindBuffer ValueType; argument 128 static const CommandId kCmdId = kBindBuffer; argument 129 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 130 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 154 COMPILE_ASSERT(sizeof(BindBuffer) == 12, Sizeof_BindBuffer_is_not_12); argument
|
D | gles2_cmd_format_test_autogen.h | 55 TEST_F(GLES2FormatTest, BindBuffer) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 24 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) { in BindBuffer() function
|
D | gles2_trace_implementation_impl_autogen.h | 32 void GLES2TraceImplementation::BindBuffer(GLenum target, GLuint buffer) { in BindBuffer() function
|
D | gles2_interface_stub_impl_autogen.h | 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { in BindBuffer() function
|
D | gles2_cmd_helper_autogen.h | 38 void BindBuffer(GLenum target, GLuint buffer) { in BindBuffer() function
|
D | gles2_implementation_unittest_autogen.h | 28 TEST_F(GLES2ImplementationTest, BindBuffer) { in TEST_F() argument
|
/external/mesa3d/src/mesa/main/ |
D | dd.h | 541 void (*BindBuffer)( struct gl_context *ctx, GLenum target, member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dd.h | 541 void (*BindBuffer)( struct gl_context *ctx, GLenum target, member
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 48 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) { in BindBuffer() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 54 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) { in BindBuffer() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 3946 KEYWORD1 void KEYWORD2 NAME(BindBuffer)(GLenum target, GLuint buffer) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 5810 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer) in GLAPI_PREFIX() argument
|