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

12

/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.cc45 gl->FramebufferTexture2D(GL_FRAMEBUFFER,
105 gl->FramebufferTexture2D(
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.cc89 gl_->FramebufferTexture2D(
H A Dgl_helper.cc64 gl->FramebufferTexture2D(
587 gl_->FramebufferTexture2D(GL_FRAMEBUFFER,
625 gl_->FramebufferTexture2D(
655 gl_->FramebufferTexture2D(GL_FRAMEBUFFER,
899 gl_->FramebufferTexture2D(GL_FRAMEBUFFER,
H A Dgl_helper_scaling.cc178 gl_->FramebufferTexture2D(GL_FRAMEBUFFER,
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp189 GET_PROC(FramebufferTexture2D);
204 GET_PROC_SUFFIX(FramebufferTexture2D, EXT);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp210 GET_PROC(FramebufferTexture2D);
225 GET_PROC_SUFFIX(FramebufferTexture2D, EXT);
424 GET_PROC(FramebufferTexture2D);
/external/chromium_org/content/renderer/gpu/
H A Dmailbox_output_surface.cc143 gl->FramebufferTexture2D(GL_FRAMEBUFFER,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h64 OP(FramebufferTexture2D) /* 305 */ \
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc138 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferTexture2D, 0>(
H A Dgles2_cmd_decoder_unittest_1_autogen.h723 SpecializedSetup<cmds::FramebufferTexture2D, 0>(true);
724 cmds::FramebufferTexture2D cmd;
733 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false);
734 cmds::FramebufferTexture2D cmd;
745 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false);
746 cmds::FramebufferTexture2D cmd;
757 SpecializedSetup<cmds::FramebufferTexture2D, 0>(false);
758 cmds::FramebufferTexture2D cmd;
H A Dgles2_cmd_decoder_unittest_framebuffers.cc121 FramebufferTexture2D cmd;
215 FramebufferTexture2D fbtex_cmd;
1364 FramebufferTexture2D fbtex_cmd;
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp148 GET_PROC(FramebufferTexture2D);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h146 virtual void FramebufferTexture2D(GLenum target,
H A Dlayer_tree_pixel_test.cc253 gl->FramebufferTexture2D(
H A Dtest_gles2_interface.cc244 void TestGLES2Interface::FramebufferTexture2D(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h63 #define glFramebufferTexture2D GLES2_GET_FUN(FramebufferTexture2D)
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc210 gl->FramebufferTexture2D(
/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/client/
H A Dgles2_implementation_unittest_autogen.h429 TEST_F(GLES2ImplementationTest, FramebufferTexture2D) {
431 cmds::FramebufferTexture2D cmd;
436 gl_->FramebufferTexture2D(
442 gl_->FramebufferTexture2D(
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/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h171 VISIT_GL_CALL(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

Completed in 215 milliseconds

12