/external/chromium_org/content/browser/compositor/ |
D | buffer_queue.cc | 45 gl->FramebufferTexture2D(GL_FRAMEBUFFER, in BindFramebuffer() 105 gl->FramebufferTexture2D( in Reshape()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 210 GET_PROC(FramebufferTexture2D); in GrGLAssembleGLInterface() 225 GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLAssembleGLInterface() 424 GET_PROC(FramebufferTexture2D); in GrGLAssembleGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 189 GET_PROC(FramebufferTexture2D); in GrGLAssembleGLInterface() 204 GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLAssembleGLInterface()
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_readback_support.cc | 89 gl_->FramebufferTexture2D( in GetAdditionalFormat()
|
D | gl_helper.cc | 64 gl->FramebufferTexture2D( in TextureFrameBufferPair() 587 gl_->FramebufferTexture2D(GL_FRAMEBUFFER, in CropScaleReadbackAndCleanTexture() 625 gl_->FramebufferTexture2D( in ReadbackTextureSync() 655 gl_->FramebufferTexture2D(GL_FRAMEBUFFER, in ReadbackTextureAsync() 899 gl_->FramebufferTexture2D(GL_FRAMEBUFFER, in CopySubBufferDamage()
|
D | gl_helper_scaling.cc | 178 gl_->FramebufferTexture2D(GL_FRAMEBUFFER, in Execute()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 148 GET_PROC(FramebufferTexture2D); in GrGLCreateANGLEInterface()
|
/external/chromium_org/content/renderer/gpu/ |
D | mailbox_output_surface.cc | 143 gl->FramebufferTexture2D(GL_FRAMEBUFFER, in BindFramebuffer()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 64 OP(FramebufferTexture2D) /* 305 */ \
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 723 SpecializedSetup<cmds::FramebufferTexture2D, 0>(true); in TEST_P() 724 cmds::FramebufferTexture2D cmd; in TEST_P() 733 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false); in TEST_P() 734 cmds::FramebufferTexture2D cmd; in TEST_P() 745 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false); in TEST_P() 746 cmds::FramebufferTexture2D cmd; in TEST_P() 757 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false); in TEST_P() 758 cmds::FramebufferTexture2D cmd; in TEST_P()
|
D | gles2_cmd_decoder_unittest_1.cc | 138 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferTexture2D, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_unittest_framebuffers.cc | 121 FramebufferTexture2D cmd; in TEST_P() 215 FramebufferTexture2D fbtex_cmd; in TEST_P() 1364 FramebufferTexture2D fbtex_cmd; in TEST_P()
|
/external/chromium_org/cc/test/ |
D | test_gles2_interface.h | 146 virtual void FramebufferTexture2D(GLenum target,
|
D | layer_tree_pixel_test.cc | 253 gl->FramebufferTexture2D( in CopyTextureMailboxToBitmap()
|
D | test_gles2_interface.cc | 244 void TestGLES2Interface::FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function in cc::TestGLES2Interface
|
/external/chromium_org/ui/aura/bench/ |
D | bench_main.cc | 210 gl->FramebufferTexture2D( in WebGLBench()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 63 #define glFramebufferTexture2D GLES2_GET_FUN(FramebufferTexture2D)
|
/external/chromium_org/third_party/angle/extensions/ |
D | EXT_draw_buffers.txt | 92 FramebufferTexture2D and GetFramebufferAttachmentParameteriv, and by 340 FramebufferTexture2D to be as follows: 409 The INVALID_ENUM error is generated by FramebufferTexture2D if
|
D | ANGLE_framebuffer_blit.txt | 64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, 267 of the description of FramebufferTexture2D as follows:
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest_autogen.h | 429 TEST_F(GLES2ImplementationTest, FramebufferTexture2D) { in TEST_F() argument 431 cmds::FramebufferTexture2D cmd; in TEST_F() 436 gl_->FramebufferTexture2D( in TEST_F() 442 gl_->FramebufferTexture2D( in TEST_F()
|
D | gles2_interface_stub_impl_autogen.h | 182 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, in FramebufferTexture2D() function
|
D | gles2_cmd_helper_autogen.h | 463 void FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function 467 gles2::cmds::FramebufferTexture2D* c = in FramebufferTexture2D() 468 GetCmdSpace<gles2::cmds::FramebufferTexture2D>(); in FramebufferTexture2D()
|
D | gles2_trace_implementation_impl_autogen.h | 319 void GLES2TraceImplementation::FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function 325 gl_->FramebufferTexture2D(target, attachment, textarget, texture, level); in FramebufferTexture2D()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 458 void FramebufferTexture2D(PP_Resource context_id, in FramebufferTexture2D() function 467 ->FramebufferTexture2D(target, attachment, textarget, texture, level); in FramebufferTexture2D() 1634 &FramebufferRenderbuffer, &FramebufferTexture2D, in GetInterface()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 451 void FramebufferTexture2D(PP_Resource context_id, in FramebufferTexture2D() function 1402 &FramebufferRenderbuffer, &FramebufferTexture2D, in GetPPB_OpenGLES2_Thunk()
|