Home
last modified time | relevance | path

Searched defs:FramebufferTexture2D (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/cc/test/
Dtest_gles2_interface.cc244 void TestGLES2Interface::FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function in cc::TestGLES2Interface
/external/chromium_org/ppapi/c/
Dppb_opengles2.h222 void (*FramebufferTexture2D)(PP_Resource context, member
681 void (*FramebufferTexture2D)(PP_Resource context, member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h2117 struct FramebufferTexture2D { struct
2118 typedef FramebufferTexture2D ValueType; argument
2119 static const CommandId kCmdId = kFramebufferTexture2D; argument
2120 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
2121 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1);
2123 static uint32_t ComputeSize() { in ComputeSize()
2127 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
2129 void Init(GLenum _target, in Init()
2158 COMPILE_ASSERT(sizeof(FramebufferTexture2D) == 20, argument
Dgles2_cmd_format_test_autogen.h719 TEST_F(GLES2FormatTest, FramebufferTexture2D) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h457 void GLES2Implementation::FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function
Dgles2_interface_stub_impl_autogen.h182 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, in FramebufferTexture2D() function
Dgles2_trace_implementation_impl_autogen.h319 void GLES2TraceImplementation::FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function
Dgles2_implementation_unittest_autogen.h429 TEST_F(GLES2ImplementationTest, FramebufferTexture2D) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h463 void FramebufferTexture2D(GLenum target, in FramebufferTexture2D() function
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc451 void FramebufferTexture2D(PP_Resource context_id, in FramebufferTexture2D() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc458 void FramebufferTexture2D(PP_Resource context_id, in FramebufferTexture2D() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h7104 KEYWORD1 void KEYWORD2 NAME(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarge… in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h9401 GLAPI void APIENTRY GLAPI_PREFIX(FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum tex… in GLAPI_PREFIX() argument