Searched refs:FramebufferTexture2D (Results 26 - 47 of 47) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_autogen.h162 virtual void FramebufferTexture2D(GLenum target,
H A Dgles2_interface_autogen.h118 virtual void FramebufferTexture2D(GLenum target,
H A Dgles2_interface_stub_autogen.h118 virtual void FramebufferTexture2D(GLenum target,
H A Dgles2_trace_implementation_autogen.h118 virtual void FramebufferTexture2D(GLenum target,
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_c_lib_autogen.h219 gles2::GetGLContext()->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,
H A Dgles2_cmd_format_test_autogen.h719 TEST_F(GLES2FormatTest, FramebufferTexture2D) {
720 cmds::FramebufferTexture2D& cmd = *GetBufferAs<cmds::FramebufferTexture2D>();
726 EXPECT_EQ(static_cast<uint32_t>(cmds::FramebufferTexture2D::kCmdId),
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp897 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER,
2383 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget,
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c314 glGetInterfacePPAPI()->FramebufferTexture2D(glGetCurrentContextPPAPI(),
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h537 #define glFramebufferTexture2D GLES2_GET_FUN(FramebufferTexture2D)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc331 DELEGATE_TO_GL_5(framebufferTexture2D, FramebufferTexture2D,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc1098 cmds::FramebufferTexture2D cmd;
H A Dgles2_cmd_decoder_autogen.h775 const gles2::cmds::FramebufferTexture2D& c =
776 *static_cast<const gles2::cmds::FramebufferTexture2D*>(cmd_data);
H A Dgles2_cmd_decoder_unittest_textures.cc2384 FramebufferTexture2D fbtex_cmd;
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2493 gl_->FramebufferTexture2D(GL_FRAMEBUFFER,
2673 gl_->FramebufferTexture2D(
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp902 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER,
2797 GR_GL_CALL(gl, FramebufferTexture2D(fboTarget,
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h533 #define glFramebufferTexture2D MANGLE(FramebufferTexture2D)
/external/mesa3d/include/GL/
H A Dgl_mangle.h533 #define glFramebufferTexture2D MANGLE(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"
H A Dglapi_x86-64.S37402 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
/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),

Completed in 643 milliseconds

12