Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h1189 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
Dgles2_cmd_format_test_autogen.h400 TEST_F(GLES2FormatTest, CopyTexImage2D) { in TEST_F() argument
/external/chromium_org/ppapi/c/
Dppb_opengles2.h165 void (*CopyTexImage2D)(PP_Resource context, member
624 void (*CopyTexImage2D)(PP_Resource context, member
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1063 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/
Dgles2_implementation_impl_autogen.h212 void GLES2Implementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function
Dgles2_interface_stub_impl_autogen.h102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, in CopyTexImage2D() function
Dgles2_trace_implementation_impl_autogen.h170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function
Dgles2_implementation_unittest_autogen.h212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h260 void CopyTexImage2D(GLenum target, in CopyTexImage2D() function
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc246 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc252 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h2042 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/
Dglapi_mapi_tmp.h3712 GLAPI void APIENTRY GLAPI_PREFIX(CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat,… in GLAPI_PREFIX() argument