Home
last modified time | relevance | path

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

12

/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/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/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1.cc95 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>( in SpecializedSetup()
Dgles2_cmd_decoder_unittest.cc4636 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/
Dgles2_cmd_ids_autogen.h39 OP(CopyTexImage2D) /* 282 */ \
Dgles2_cmd_format_autogen.h1220 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/
Dgl2chromium_autogen.h37 #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
DANGLE_depth_texture.txt208 "CopyTexImage2D and CopyTexSubImage2D generate the INVALID_OPERATION
348 - CopyTexImage2D is called with an <internalformat> that has a base
DANGLE_framebuffer_multisample.txt102 "Calling CopyTexSubImage3DOES, CopyTexImage2D or CopyTexSubImage2D will
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc219 void CopyTexImage2D( in CopyTexImage2D() function
225 &enter)->CopyTexImage2D( in CopyTexImage2D()
1386 &CopyTexImage2D, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h85 void GLES2InterfaceStub::CopyTexImage2D( in CopyTexImage2D() function
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()
Dgles2_trace_implementation_impl_autogen.h144 void GLES2TraceImplementation::CopyTexImage2D( in CopyTexImage2D() function
148 gl_->CopyTexImage2D( in CopyTexImage2D()
Dgles2_interface_autogen.h48 virtual void CopyTexImage2D(
Dgles2_cmd_helper_autogen.h232 void CopyTexImage2D( in CopyTexImage2D() function
235 gles2::cmds::CopyTexImage2D* c = in CopyTexImage2D()
236 GetCmdSpace<gles2::cmds::CopyTexImage2D>(); in CopyTexImage2D()
Dgles2_trace_implementation_autogen.h50 virtual void CopyTexImage2D(
Dgles2_interface_stub_autogen.h50 virtual void CopyTexImage2D(
Dgles2_implementation_autogen.h74 virtual void CopyTexImage2D(
Dgles2_implementation_impl_autogen.h177 void GLES2Implementation::CopyTexImage2D( in CopyTexImage2D() function
190 helper_->CopyTexImage2D( in CopyTexImage2D()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h84 void (*CopyTexImage2D)( member
/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);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h374 void (GLAPIENTRY * CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h513 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
Dcheck_table.cpp890 { "glCopyTexImage2D", _O(CopyTexImage2D) },

12