/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1260 struct CopyTexSubImage2D { struct 1261 typedef CopyTexSubImage2D ValueType; argument 1262 static const CommandId kCmdId = kCopyTexSubImage2D; argument 1263 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 1264 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 1266 static uint32_t ComputeSize() { in ComputeSize() 1270 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 1272 void Init(GLenum _target, in Init() 1291 void* Set(void* cmd, in Set() 1316 COMPILE_ASSERT(sizeof(CopyTexSubImage2D) == 36, argument
|
D | gles2_cmd_format_test_autogen.h | 423 TEST_F(GLES2FormatTest, CopyTexSubImage2D) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 174 void (*CopyTexSubImage2D)(PP_Resource context, member 633 void (*CopyTexSubImage2D)(PP_Resource context, member
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1113 class CopyTexSubImage2D : public Operation class 1130 CopyTexSubImage2D::CopyTexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint… in CopyTexSubImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 243 void GLES2Implementation::CopyTexSubImage2D(GLenum target, in CopyTexSubImage2D() function
|
D | gles2_interface_stub_impl_autogen.h | 111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, in CopyTexSubImage2D() function
|
D | gles2_trace_implementation_impl_autogen.h | 183 void GLES2TraceImplementation::CopyTexSubImage2D(GLenum target, in CopyTexSubImage2D() function
|
D | gles2_implementation_unittest_autogen.h | 229 TEST_F(GLES2ImplementationTest, CopyTexSubImage2D) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 273 void CopyTexSubImage2D(GLenum target, in CopyTexSubImage2D() function
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 262 void CopyTexSubImage2D(PP_Resource context_id, in CopyTexSubImage2D() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 268 void CopyTexSubImage2D(PP_Resource context_id, in CopyTexSubImage2D() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 2066 KEYWORD1 void KEYWORD2 NAME(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yof… in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3740 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLin… in GLAPI_PREFIX() argument
|