Home
last modified time | relevance | path

Searched refs:GetTexImage (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/docs/relnotes/
D10.3.2.rst60 - mesa: fix GetTexImage for 1D array depth textures
D10.0.4.rst116 - meta: Fallback to software for GetTexImage of compressed
D11.1.4.rst103 - st/mesa: fix blit-based GetTexImage for non-finalized textures
D11.2.2.rst122 - st/mesa: fix blit-based GetTexImage for non-finalized textures
D7.10.rst2251 - st/mesa: fix assertion failure in GetTexImage for cubemaps
/external/angle/extensions/
DANGLE_get_image.txt137 An INVALID_ENUM error is generated by GetTexImage if <target> is
203 _COLOR_READ_FORMAT/TYPE or should they behave the same as GetTexImage in GL?
DANGLE_pack_reverse_row_order.txt122 does not have GetTexImage.
/external/angle/src/tests/gl_tests/
DGetImageTest.cpp163 TEST_P(GetImageTest, GetTexImage) in TEST_P() argument
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp845 { "glGetTexImage", _O(GetTexImage) },
/external/mesa3d/docs/_extra/specs/
DMESA_texture_array.spec97 GetDoublev, and by the <target> parameter of TexImage3D, GetTexImage,
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp2491 ANGLE_CAPTURE(GetTexImage, isCallValid, context, targetPacked, level, format, type, pixels); in GL_GetTexImage()