/external/chromium_org/gpu/command_buffer/client/ |
H A D | gles2_implementation_autogen.h | 162 virtual void FramebufferTexture2D(GLenum target,
|
H A D | gles2_interface_autogen.h | 118 virtual void FramebufferTexture2D(GLenum target,
|
H A D | gles2_interface_stub_autogen.h | 118 virtual void FramebufferTexture2D(GLenum target,
|
H A D | gles2_trace_implementation_autogen.h | 118 virtual void FramebufferTexture2D(GLenum target,
|
H A D | gles2_implementation_impl_autogen.h | 457 void GLES2Implementation::FramebufferTexture2D(GLenum target, function in class:GLES2Implementation 473 helper_->FramebufferTexture2D(target, attachment, textarget, texture);
|
H A D | gles2_c_lib_autogen.h | 219 gles2::GetGLContext()->FramebufferTexture2D(
|
/external/chromium_org/gpu/command_buffer/common/ |
H A D | gles2_cmd_format_autogen.h | 2117 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 D | gles2_cmd_format_test_autogen.h | 719 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 D | GrGpuGL.cpp | 897 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, 2383 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget,
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
H A D | gles2.c | 314 glGetInterfacePPAPI()->FramebufferTexture2D(glGetCurrentContextPPAPI(),
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
H A D | gl2.h | 537 #define glFramebufferTexture2D GLES2_GET_FUN(FramebufferTexture2D)
|
/external/chromium_org/webkit/common/gpu/ |
H A D | webgraphicscontext3d_impl.cc | 331 DELEGATE_TO_GL_5(framebufferTexture2D, FramebufferTexture2D,
|
/external/chromium_org/gpu/command_buffer/service/ |
H A D | gles2_cmd_decoder_unittest_base.cc | 1098 cmds::FramebufferTexture2D cmd;
|
H A D | gles2_cmd_decoder_autogen.h | 775 const gles2::cmds::FramebufferTexture2D& c = 776 *static_cast<const gles2::cmds::FramebufferTexture2D*>(cmd_data);
|
H A D | gles2_cmd_decoder_unittest_textures.cc | 2384 FramebufferTexture2D fbtex_cmd;
|
/external/chromium_org/cc/output/ |
H A D | gl_renderer.cc | 2493 gl_->FramebufferTexture2D(GL_FRAMEBUFFER, 2673 gl_->FramebufferTexture2D(
|
/external/skia/src/gpu/gl/ |
H A D | GrGpuGL.cpp | 902 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, 2797 GR_GL_CALL(gl, FramebufferTexture2D(fboTarget,
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
H A D | gl_mangle.h | 533 #define glFramebufferTexture2D MANGLE(FramebufferTexture2D)
|
/external/mesa3d/include/GL/ |
H A D | gl_mangle.h | 533 #define glFramebufferTexture2D MANGLE(FramebufferTexture2D)
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
H A D | glapi_mapi_tmp.h | 1247 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 D | glapi_x86-64.S | 37402 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
H A D | glapitemp.h | 7104 KEYWORD1 void KEYWORD2 NAME(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) function 9548 TABLE_ENTRY(FramebufferTexture2D),
|