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

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h40 OP(CopyTexImage2D) /* 281 */ \
H A Dgles2_cmd_format_autogen.h1189 struct CopyTexImage2D { struct
1190 typedef CopyTexImage2D ValueType;
1242 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 32, Sizeof_CopyTexImage2D_is_not_32);
1243 COMPILE_ASSERT(offsetof(CopyTexImage2D, header) == 0,
1245 COMPILE_ASSERT(offsetof(CopyTexImage2D, target) == 4,
1247 COMPILE_ASSERT(offsetof(CopyTexImage2D, level) == 8,
1249 COMPILE_ASSERT(offsetof(CopyTexImage2D, internalformat) == 12,
1251 COMPILE_ASSERT(offsetof(CopyTexImage2D, x) == 16,
1253 COMPILE_ASSERT(offsetof(CopyTexImage2D, y) == 20,
1255 COMPILE_ASSERT(offsetof(CopyTexImage2D, widt
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc90 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
H A Dgles2_cmd_decoder_unittest.cc1162 CopyTexImage2D(
1166 CopyTexImage2D cmd;
1267 // CopyTexImage2D will call arbitrary amount of GetErrors.
1272 CopyTexImage2D(
1281 CopyTexImage2D copy_cmd;
1291 // This should not invoke CopyTexImage2D.
H A Dgles2_cmd_decoder_unittest_framebuffers.cc1883 EXPECT_CALL(*gl_, CopyTexImage2D(_, _, _, _, _, _, _, _))
1886 CopyTexImage2D cmd;
2018 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, 1, 1, 0))
2024 CopyTexImage2D cmd;
H A Dgles2_cmd_decoder_unittest_textures.cc630 CopyTexImage2D(
634 CopyTexImage2D cmd;
1772 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0))
1778 CopyTexImage2D cmd;
2101 // Check that trying to CopyTexImage2D fails
2102 CopyTexImage2D copy_tex_cmd;
/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:
/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:
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h39 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc252 void CopyTexImage2D(PP_Resource context_id, function in namespace:ppapi::__anon10171
263 ToGles2Impl(&enter)->CopyTexImage2D(
1622 &CompressedTexSubImage2D, &CopyTexImage2D,
/external/chromium_org/gpu/command_buffer/client/
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);
224 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 1);
H A Dgles2_interface_stub_impl_autogen.h102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h260 void CopyTexImage2D(GLenum target, function
267 gles2::cmds::CopyTexImage2D* c = GetCmdSpace<gles2::cmds::CopyTexImage2D>();
H A Dgles2_trace_implementation_impl_autogen.h170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target, function in class:GLES2TraceImplementation
178 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopyTexImage2D");
179 gl_->CopyTexImage2D(
H A Dgles2_implementation_autogen.h97 virtual void CopyTexImage2D(GLenum target,
H A Dgles2_interface_autogen.h74 virtual void CopyTexImage2D(GLenum target,
H A Dgles2_interface_stub_autogen.h73 virtual void CopyTexImage2D(GLenum target,
H A Dgles2_trace_implementation_autogen.h73 virtual void CopyTexImage2D(GLenum target,
H A Dgles2_implementation_impl_autogen.h212 void GLES2Implementation::CopyTexImage2D(GLenum target, function in class:GLES2Implementation
239 helper_->CopyTexImage2D(target, level, internalformat, x, y, width, height);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc246 void CopyTexImage2D(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1390 &CompressedTexSubImage2D, &CopyTexImage2D,
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1063 class CopyTexImage2D : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1066 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1080 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1081 : Operation ("CopyTexImage2D", useSync, serverSync)
1098 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& thread)
2662 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 20, 20, 300, 300, 0, m_config.useFenceSync, m_config.serverSync));
3255 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3257 m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 256, 0, m_config.useFenceSync, m_config.serverSync));
3410 m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(textur
[all...]
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h100 VISIT_GL_CALL(CopyTexImage2D,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h165 void (*CopyTexImage2D)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
624 void (*CopyTexImage2D)(PP_Resource context, 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

Completed in 469 milliseconds

12