/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1189 struct CopyTexImage2D { struct 1190 typedef CopyTexImage2D ValueType; argument 1191 static const CommandId kCmdId = kCopyTexImage2D; argument 1192 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 1193 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 1195 static uint32_t ComputeSize() { in ComputeSize() 1199 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader() 1201 void Init(GLenum _target, in Init() 1218 void* Set(void* cmd, in Set() 1242 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 32, Sizeof_CopyTexImage2D_is_not_32); argument
|
D | gles2_cmd_format_test_autogen.h | 400 TEST_F(GLES2FormatTest, CopyTexImage2D) { in TEST_F() argument
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 165 void (*CopyTexImage2D)(PP_Resource context, member 624 void (*CopyTexImage2D)(PP_Resource context, member
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1063 class CopyTexImage2D : public Operation class 1080 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLin… in CopyTexImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexImage2D
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 212 void GLES2Implementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function
|
D | gles2_interface_stub_impl_autogen.h | 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, in CopyTexImage2D() function
|
D | gles2_trace_implementation_impl_autogen.h | 170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function
|
D | gles2_implementation_unittest_autogen.h | 212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 260 void CopyTexImage2D(GLenum target, in CopyTexImage2D() function
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 246 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 252 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 2042 KEYWORD1 void KEYWORD2 NAME(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLin… in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 3712 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat,… in GLAPI_PREFIX() argument
|