/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_texture_signed_rgba.spec | 117 conversions used, so when using for instance CopyTexImage2D with 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
|
/external/mesa3d/docs/ |
D | MESA_texture_signed_rgba.spec | 117 conversions used, so when using for instance CopyTexImage2D with 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 40 OP(CopyTexImage2D) /* 281 */ \
|
D | gles2_cmd_format_autogen.h | 1189 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/ |
D | gles2_cmd_decoder_unittest_1.cc | 90 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_unittest.cc | 1162 CopyTexImage2D( in TEST_P() 1166 CopyTexImage2D cmd; in TEST_P() 1272 CopyTexImage2D( in TEST_P() 1281 CopyTexImage2D copy_cmd; in TEST_P()
|
D | gles2_cmd_decoder_unittest_textures.cc | 630 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()
|
D | gles2_cmd_decoder_unittest_framebuffers.cc | 1883 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/ |
D | gl2chromium_autogen.h | 39 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_texture_compression_dxt.txt | 131 INVALID_OPERATION is generated by TexImage2D and CopyTexImage2D if
|
D | EXT_texture_rg.txt | 72 Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
|
D | ANGLE_depth_texture.txt | 208 "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/ |
D | gles2_implementation_unittest_autogen.h | 212 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()
|
D | gles2_interface_stub_impl_autogen.h | 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, in CopyTexImage2D() function
|
D | gles2_cmd_helper_autogen.h | 260 void CopyTexImage2D(GLenum target, in CopyTexImage2D() function 267 gles2::cmds::CopyTexImage2D* c = GetCmdSpace<gles2::cmds::CopyTexImage2D>(); in CopyTexImage2D()
|
D | gles2_trace_implementation_impl_autogen.h | 170 void GLES2TraceImplementation::CopyTexImage2D(GLenum target, in CopyTexImage2D() function 179 gl_->CopyTexImage2D( in CopyTexImage2D()
|
D | gles2_interface_autogen.h | 74 virtual void CopyTexImage2D(GLenum target,
|
D | gles2_implementation_autogen.h | 97 virtual void CopyTexImage2D(GLenum target,
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 252 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function 263 ToGles2Impl(&enter)->CopyTexImage2D( in CopyTexImage2D() 1622 &CompressedTexSubImage2D, &CopyTexImage2D, in GetInterface()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1063 class CopyTexImage2D : public Operation class 1066 …CopyTexImage2D (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/ |
D | ppb_opengles2_thunk.cc | 246 void CopyTexImage2D(PP_Resource context_id, in CopyTexImage2D() function 1390 &CompressedTexSubImage2D, &CopyTexImage2D, in GetPPB_OpenGLES2_Thunk()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 165 void (*CopyTexImage2D)(PP_Resource context, member 624 void (*CopyTexImage2D)(PP_Resource context, member
|
/external/chromium_org/mojo/public/c/gles2/ |
D | gles2_call_visitor_autogen.h | 100 VISIT_GL_CALL(CopyTexImage2D,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
|