Searched refs:CopyTexImage2D (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h39 OP(CopyTexImage2D) /* 282 */ \
H A Dgles2_cmd_format_autogen.h1220 struct CopyTexImage2D { struct
1221 typedef CopyTexImage2D ValueType;
1268 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 36,
1270 COMPILE_ASSERT(offsetof(CopyTexImage2D, header) == 0,
1272 COMPILE_ASSERT(offsetof(CopyTexImage2D, target) == 4,
1274 COMPILE_ASSERT(offsetof(CopyTexImage2D, level) == 8,
1276 COMPILE_ASSERT(offsetof(CopyTexImage2D, internalformat) == 12,
1278 COMPILE_ASSERT(offsetof(CopyTexImage2D, x) == 16,
1280 COMPILE_ASSERT(offsetof(CopyTexImage2D, y) == 20,
1282 COMPILE_ASSERT(offsetof(CopyTexImage2D, widt
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc95 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
H A Dgles2_cmd_decoder_unittest.cc4636 EXPECT_CALL(*gl_, CopyTexImage2D(
4640 CopyTexImage2D cmd;
6519 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0))
6525 CopyTexImage2D cmd;
6925 EXPECT_CALL(*gl_, CopyTexImage2D(_, _, _, _, _, _, _, _))
6928 CopyTexImage2D cmd;
7041 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, 1, 1, 0))
7047 CopyTexImage2D cmd;
7512 // Check that trying to CopyTexImage2D fails
7513 CopyTexImage2D copy_tex_cm
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
H A DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
233 void CopyTexImage2D(enum target, int level,
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
H A DMESA_texture_array.spec105 CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D,
233 void CopyTexImage2D(enum target, int level,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h37 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc219 void CopyTexImage2D( function in namespace:ppapi::__anon10227
225 &enter)->CopyTexImage2D(
1386 &CopyTexImage2D,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h85 void GLES2InterfaceStub::CopyTexImage2D( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h232 void CopyTexImage2D( function
235 gles2::cmds::CopyTexImage2D* c =
236 GetCmdSpace<gles2::cmds::CopyTexImage2D>();
H A Dgles2_implementation_unittest_autogen.h212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) {
214 cmds::CopyTexImage2D cmd;
219 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 0);
H A Dgles2_trace_implementation_impl_autogen.h144 void GLES2TraceImplementation::CopyTexImage2D( function in class:GLES2TraceImplementation
147 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexImage2D");
148 gl_->CopyTexImage2D(
H A Dgles2_implementation_autogen.h74 virtual void CopyTexImage2D(
H A Dgles2_interface_autogen.h48 virtual void CopyTexImage2D(
H A Dgles2_interface_stub_autogen.h50 virtual void CopyTexImage2D(
H A Dgles2_trace_implementation_autogen.h50 virtual void CopyTexImage2D(
H A Dgles2_implementation_impl_autogen.h177 void GLES2Implementation::CopyTexImage2D( function in class:GLES2Implementation
190 helper_->CopyTexImage2D(
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h84 void (*CopyTexImage2D)( member in struct:PPB_OpenGLES2
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); member in struct:__GLdispatchTableRec
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c141 glGetInterfacePPAPI()->CopyTexImage2D(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h513 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp890 { "glCopyTexImage2D", _O(CopyTexImage2D) },

Completed in 165 milliseconds

12