Searched defs:FramebufferTexture2D (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc244 void TestGLES2Interface::FramebufferTexture2D(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h457 void GLES2Implementation::FramebufferTexture2D(GLenum target, function in class:GLES2Implementation
473 helper_->FramebufferTexture2D(target, attachment, textarget, texture);
H A Dgles2_interface_stub_impl_autogen.h182 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h463 void FramebufferTexture2D(GLenum target, function
467 gles2::cmds::FramebufferTexture2D* c =
468 GetCmdSpace<gles2::cmds::FramebufferTexture2D>();
H A Dgles2_trace_implementation_impl_autogen.h319 void GLES2TraceImplementation::FramebufferTexture2D(GLenum target, function in class:GLES2TraceImplementation
324 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::FramebufferTexture2D");
325 gl_->FramebufferTexture2D(target, attachment, textarget, texture, level);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc451 void FramebufferTexture2D(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1402 &FramebufferRenderbuffer, &FramebufferTexture2D,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h222 void (*FramebufferTexture2D)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
681 void (*FramebufferTexture2D)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc458 void FramebufferTexture2D(PP_Resource context_id, function in namespace:ppapi::__anon10171
467 ->FramebufferTexture2D(target, attachment, textarget, texture, level);
1634 &FramebufferRenderbuffer, &FramebufferTexture2D,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2117 struct FramebufferTexture2D { struct
2118 typedef FramebufferTexture2D ValueType;
2158 COMPILE_ASSERT(sizeof(FramebufferTexture2D) == 20,
2160 COMPILE_ASSERT(offsetof(FramebufferTexture2D, header) == 0,
2162 COMPILE_ASSERT(offsetof(FramebufferTexture2D, target) == 4,
2164 COMPILE_ASSERT(offsetof(FramebufferTexture2D, attachment) == 8,
2166 COMPILE_ASSERT(offsetof(FramebufferTexture2D, textarget) == 12,
2168 COMPILE_ASSERT(offsetof(FramebufferTexture2D, texture) == 16,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h7104 KEYWORD1 void KEYWORD2 NAME(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) function
9548 TABLE_ENTRY(FramebufferTexture2D),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1247 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
9401 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) function
13831 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2D)"\n"
13832 ".set "GLAPI_PREFIX_STR(FramebufferTexture2D)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT)"\n"

Completed in 348 milliseconds