/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/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/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1.cc | 95 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_unittest.cc | 4636 EXPECT_CALL(*gl_, CopyTexImage2D( in TEST_F() 4640 CopyTexImage2D cmd; in TEST_F() 6519 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0)) in TEST_F() 6525 CopyTexImage2D cmd; in TEST_F() 6925 EXPECT_CALL(*gl_, CopyTexImage2D(_, _, _, _, _, _, _, _)) in TEST_F() 6928 CopyTexImage2D cmd; in TEST_F() 7041 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, 1, 1, 0)) in CheckTextureChangesMarkFBOAsNotComplete() 7047 CopyTexImage2D cmd; in CheckTextureChangesMarkFBOAsNotComplete() 7513 CopyTexImage2D copy_tex_cmd; in TEST_F() 8655 EXPECT_CALL(*gl_, CopyTexImage2D( in TEST_F() [all …]
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 39 OP(CopyTexImage2D) /* 282 */ \
|
D | gles2_cmd_format_autogen.h | 1220 struct CopyTexImage2D { struct 1221 typedef CopyTexImage2D ValueType; argument 1268 COMPILE_ASSERT(sizeof(CopyTexImage2D) == 36, argument 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, width) == 24, [all …]
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 37 #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 | ANGLE_depth_texture.txt | 208 "CopyTexImage2D and CopyTexSubImage2D generate the INVALID_OPERATION 348 - CopyTexImage2D is called with an <internalformat> that has a base
|
D | ANGLE_framebuffer_multisample.txt | 102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 219 void CopyTexImage2D( in CopyTexImage2D() function 225 &enter)->CopyTexImage2D( in CopyTexImage2D() 1386 &CopyTexImage2D, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 85 void GLES2InterfaceStub::CopyTexImage2D( in CopyTexImage2D() function
|
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()
|
D | gles2_trace_implementation_impl_autogen.h | 144 void GLES2TraceImplementation::CopyTexImage2D( in CopyTexImage2D() function 148 gl_->CopyTexImage2D( in CopyTexImage2D()
|
D | gles2_interface_autogen.h | 48 virtual void CopyTexImage2D(
|
D | gles2_cmd_helper_autogen.h | 232 void CopyTexImage2D( in CopyTexImage2D() function 235 gles2::cmds::CopyTexImage2D* c = in CopyTexImage2D() 236 GetCmdSpace<gles2::cmds::CopyTexImage2D>(); in CopyTexImage2D()
|
D | gles2_trace_implementation_autogen.h | 50 virtual void CopyTexImage2D(
|
D | gles2_interface_stub_autogen.h | 50 virtual void CopyTexImage2D(
|
D | gles2_implementation_autogen.h | 74 virtual void CopyTexImage2D(
|
D | gles2_implementation_impl_autogen.h | 177 void GLES2Implementation::CopyTexImage2D( in CopyTexImage2D() function 190 helper_->CopyTexImage2D( in CopyTexImage2D()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 84 void (*CopyTexImage2D)( member
|
/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);
|
/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/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 513 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
D | check_table.cpp | 890 { "glCopyTexImage2D", _O(CopyTexImage2D) },
|