Home
last modified time | relevance | path

Searched refs:CopyTexImage2D (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/docs/
DMESA_texture_signed_rgba.spec117 conversions used, so when using for instance CopyTexImage2D with
187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
/external/mesa3d/docs/
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/command_buffer/common/
Dgles2_cmd_ids_autogen.h40 OP(CopyTexImage2D) /* 281 */ \
Dgles2_cmd_format_autogen.h1189 struct CopyTexImage2D { struct
1190 typedef CopyTexImage2D ValueType; argument
1242 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 32, Sizeof_CopyTexImage2D_is_not_32); argument
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, width) == 24,
[all …]
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1.cc90 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>( in SpecializedSetup()
Dgles2_cmd_decoder_unittest.cc1162 CopyTexImage2D( in TEST_P()
1166 CopyTexImage2D cmd; in TEST_P()
1272 CopyTexImage2D( in TEST_P()
1281 CopyTexImage2D copy_cmd; in TEST_P()
Dgles2_cmd_decoder_unittest_textures.cc630 CopyTexImage2D( in TEST_P()
634 CopyTexImage2D cmd; in TEST_P()
1772 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0)) in TEST_P()
1778 CopyTexImage2D cmd; in TEST_P()
2102 CopyTexImage2D copy_tex_cmd; in TEST_P()
Dgles2_cmd_decoder_unittest_framebuffers.cc1883 EXPECT_CALL(*gl_, CopyTexImage2D(_, _, _, _, _, _, _, _)) in TEST_P()
1886 CopyTexImage2D cmd; in TEST_P()
2018 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, 1, 1, 0)) in CheckTextureChangesMarkFBOAsNotComplete()
2024 CopyTexImage2D cmd; in CheckTextureChangesMarkFBOAsNotComplete()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h39 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
/external/chromium_org/third_party/angle/extensions/
DANGLE_texture_compression_dxt.txt131 INVALID_OPERATION is generated by TexImage2D and CopyTexImage2D if
DEXT_texture_rg.txt72 Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
DANGLE_depth_texture.txt208 "CopyTexImage2D and CopyTexSubImage2D generate the INVALID_OPERATION
348 - CopyTexImage2D is called with an <internalformat> that has a base
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_unittest_autogen.h212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) { in TEST_F() argument
214 cmds::CopyTexImage2D cmd; in TEST_F()
219 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 0); in TEST_F()
224 gl_->CopyTexImage2D(GL_TEXTURE_2D, 2, GL_ALPHA, 4, 5, 6, 7, 1); in TEST_F()
Dgles2_interface_stub_impl_autogen.h102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, in CopyTexImage2D() function
Dgles2_cmd_helper_autogen.h260 void CopyTexImage2D(GLenum target, in CopyTexImage2D() function
267 gles2::cmds::CopyTexImage2D* c = GetCmdSpace<gles2::cmds::CopyTexImage2D>(); in CopyTexImage2D()
Dgles2_trace_implementation_impl_autogen.h170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function
179 gl_->CopyTexImage2D( in CopyTexImage2D()
Dgles2_interface_autogen.h74 virtual void CopyTexImage2D(GLenum target,
Dgles2_implementation_autogen.h97 virtual void CopyTexImage2D(GLenum target,
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc252 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
263 ToGles2Impl(&enter)->CopyTexImage2D( in CopyTexImage2D()
1622 &CompressedTexSubImage2D, &CopyTexImage2D, in GetInterface()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1063 class CopyTexImage2D : public Operation class
1066CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, G…
1080 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLin… in CopyTexImage2D() function in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1098 void CopyTexImage2D::exec (tcu::ThreadUtil::Thread& thread) in exec()
2662 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 20, 20… in addRandomOperation()
3255 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 2… in addTextureOperations()
3257 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 17, 17, 256, 2… in addTextureOperations()
3410 …m_threads[0]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 7, 7, 256, 256… in addImageOperations()
3412 …m_threads[1]->addOperation(new GLES2ThreadTest::CopyTexImage2D(texture, 0, GL_RGBA, 7, 7, 256, 256… in addImageOperations()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc246 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function
1390 &CompressedTexSubImage2D, &CopyTexImage2D, in GetPPB_OpenGLES2_Thunk()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h165 void (*CopyTexImage2D)(PP_Resource context, member
624 void (*CopyTexImage2D)(PP_Resource context, member
/external/chromium_org/mojo/public/c/gles2/
Dgles2_call_visitor_autogen.h100 VISIT_GL_CALL(CopyTexImage2D,
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);

123