Searched defs:IsFramebuffer (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h852 GLboolean GLES2Implementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2Implementation
854 TRACE_EVENT0("gpu", "GLES2Implementation::IsFramebuffer");
856 typedef cmds::IsFramebuffer::Result Result;
862 helper_->IsFramebuffer(framebuffer, GetResultShmId(), GetResultShmOffset());
H A Dgles2_interface_stub_impl_autogen.h266 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h854 void IsFramebuffer( function
856 gles2::cmds::IsFramebuffer* c = GetCmdSpace<gles2::cmds::IsFramebuffer>();
H A Dgles2_trace_implementation_impl_autogen.h485 GLboolean GLES2TraceImplementation::IsFramebuffer(GLuint framebuffer) { function in class:GLES2TraceImplementation
486 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsFramebuffer");
487 return gl_->IsFramebuffer(framebuffer);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h189 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc446 GLboolean IsFramebuffer(PP_Resource context_id, GLuint framebuffer) { function in namespace:ppapi::__anon9519
447 return GetGLES(context_id)->IsFramebuffer(framebuffer);
929 &IsFramebuffer,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4486 struct IsFramebuffer { struct
4487 typedef IsFramebuffer ValueType;
4523 COMPILE_ASSERT(sizeof(IsFramebuffer) == 16,
4525 COMPILE_ASSERT(offsetof(IsFramebuffer, header) == 0,
4527 COMPILE_ASSERT(offsetof(IsFramebuffer, framebuffer) == 4,
4529 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_id) == 8,
4531 COMPILE_ASSERT(offsetof(IsFramebuffer, result_shm_offset) == 12,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h7188 KEYWORD1 GLboolean KEYWORD2 NAME(IsFramebuffer)(GLuint framebuffer) function
9555 TABLE_ENTRY(IsFramebuffer),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1261 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer);
9499 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsFramebuffer)(GLuint framebuffer) function
13873 ".globl "GLAPI_PREFIX_STR(IsFramebuffer)"\n"
13874 ".set "GLAPI_PREFIX_STR(IsFramebuffer)", "GLAPI_PREFIX_STR(IsFramebufferEXT)"\n"

Completed in 401 milliseconds