Searched defs:BindBuffer (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc177 void TestGLES2Interface::BindBuffer(GLenum target, GLuint buffer) { function in class:cc::TestGLES2Interface
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h541 void (*BindBuffer)( struct gl_context *ctx, GLenum target, member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h541 void (*BindBuffer)( struct gl_context *ctx, GLenum target, member in struct:dd_function_table
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h24 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) { function in class:GLES2Implementation
30 SetGLError(GL_INVALID_OPERATION, "BindBuffer", "buffer reserved id");
34 helper_->BindBuffer(target, buffer);
H A Dgles2_interface_stub_impl_autogen.h24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h38 void BindBuffer(GLenum target, GLuint buffer) { function
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>();
H A Dgles2_trace_implementation_impl_autogen.h32 void GLES2TraceImplementation::BindBuffer(GLenum target, GLuint buffer) { function in class:GLES2TraceImplementation
33 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindBuffer");
34 gl_->BindBuffer(target, buffer);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc48 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) { function in namespace:mojo::examples::__anon8751
1380 &BindAttribLocation, &BindBuffer,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h98 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); member in struct:PPB_OpenGLES2_1_0
557 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc54 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) { function in namespace:ppapi::__anon10171
57 ToGles2Impl(&enter)->BindBuffer(target, buffer);
1612 &BindAttribLocation, &BindBuffer,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h126 struct BindBuffer { struct
127 typedef BindBuffer ValueType;
154 COMPILE_ASSERT(sizeof(BindBuffer) == 12, Sizeof_BindBuffer_is_not_12);
155 COMPILE_ASSERT(offsetof(BindBuffer, header) == 0,
157 COMPILE_ASSERT(offsetof(BindBuffer, target) == 4,
159 COMPILE_ASSERT(offsetof(BindBuffer, buffer) == 8,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3946 KEYWORD1 void KEYWORD2 NAME(BindBuffer)(GLenum target, GLuint buffer) function
9402 TABLE_ENTRY(BindBuffer),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h663 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer);
5810 GLAPI void APIENTRY GLAPI_PREFIX(BindBuffer)(GLenum target, GLuint buffer) function
12292 ".globl "GLAPI_PREFIX_STR(BindBuffer)"\n"
12293 ".set "GLAPI_PREFIX_STR(BindBuffer)", "GLAPI_PREFIX_STR(BindBufferARB)"\n"

Completed in 400 milliseconds