HomeSort by relevance Sort by last modified time
    Searched defs:BindBuffer (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/test/
test_gles2_interface.cc 167 void TestGLES2Interface::BindBuffer(GLenum target, GLuint buffer) {
168 test_context_->bindBuffer(target, buffer);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 24 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) {
30 SetGLError(GL_INVALID_OPERATION, "BindBuffer", "buffer reserved id");
34 helper_->BindBuffer(target, buffer);
    [all...]
gles2_cmd_helper_autogen.h 38 void BindBuffer(GLenum target, GLuint buffer) {
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>();
    [all...]
gles2_interface_stub_impl_autogen.h 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {
    [all...]
gles2_trace_implementation_impl_autogen.h 32 void GLES2TraceImplementation::BindBuffer(GLenum target, GLuint buffer) {
33 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindBuffer");
34 gl_->BindBuffer(target, buffer);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 48 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 541 void (*BindBuffer)( struct gl_context *ctx, GLenum target,
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 541 void (*BindBuffer)( struct gl_context *ctx, GLenum target,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 52 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 54 void BindBuffer(PP_Resource context_id, GLenum target, GLuint buffer) {
57 ToGles2Impl(&enter)->BindBuffer(target, buffer);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 126 struct BindBuffer {
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,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 401 milliseconds