Searched defs:IsBuffer (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_buffer_dev.h41 PP_Bool (*IsBuffer)(PP_Resource resource); member in struct:PPB_Buffer_Dev_0_4
/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_thunk.cc23 PP_Bool IsBuffer(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10245
52 &IsBuffer,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h955 GLboolean GLES2Implementation::IsBuffer(GLuint buffer) { function in class:GLES2Implementation
957 TRACE_EVENT0("gpu", "GLES2Implementation::IsBuffer");
959 typedef cmds::IsBuffer::Result Result;
965 helper_->IsBuffer(buffer, GetResultShmId(), GetResultShmOffset());
H A Dgles2_interface_stub_impl_autogen.h316 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h793 void IsBuffer(GLuint buffer, function
796 gles2::cmds::IsBuffer* c = GetCmdSpace<gles2::cmds::IsBuffer>();
H A Dgles2_trace_implementation_impl_autogen.h552 GLboolean GLES2TraceImplementation::IsBuffer(GLuint buffer) { function in class:GLES2TraceImplementation
553 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsBuffer");
554 return gl_->IsBuffer(buffer);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc779 GLboolean IsBuffer(PP_Resource context_id, GLuint buffer) { function in namespace:mojo::examples::__anon8751
1419 &Hint, &IsBuffer,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h338 GLboolean (*IsBuffer)(PP_Resource context, GLuint buffer); member in struct:PPB_OpenGLES2_1_0
797 GLboolean (*IsBuffer)(PP_Resource context, GLuint buffer); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc791 GLboolean IsBuffer(PP_Resource context_id, GLuint buffer) { function in namespace:ppapi::__anon10171
794 return ToGles2Impl(&enter)->IsBuffer(buffer);
1651 &Hint, &IsBuffer,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3798 struct IsBuffer { struct
3799 typedef IsBuffer ValueType;
3836 COMPILE_ASSERT(sizeof(IsBuffer) == 16, Sizeof_IsBuffer_is_not_16);
3837 COMPILE_ASSERT(offsetof(IsBuffer, header) == 0, OffsetOf_IsBuffer_header_not_0);
3838 COMPILE_ASSERT(offsetof(IsBuffer, buffer) == 4, OffsetOf_IsBuffer_buffer_not_4);
3839 COMPILE_ASSERT(offsetof(IsBuffer, result_shm_id) == 8,
3841 COMPILE_ASSERT(offsetof(IsBuffer, result_shm_offset) == 12,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4042 KEYWORD1 GLboolean KEYWORD2 NAME(IsBuffer)(GLuint buffer) function
9410 TABLE_ENTRY(IsBuffer),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h679 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer);
5922 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsBuffer)(GLuint buffer) function
12340 ".globl "GLAPI_PREFIX_STR(IsBuffer)"\n"
12341 ".set "GLAPI_PREFIX_STR(IsBuffer)", "GLAPI_PREFIX_STR(IsBufferARB)"\n"

Completed in 477 milliseconds