/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleDependenciesTests.cpp | 987 …const glw::GLenum internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I … in iterate() local 988 const unsigned int n_internalformats = sizeof(internalformats) / sizeof(internalformats[0]); in iterate() 993 glw::GLenum internalformat_2d_multisample = internalformats[n_2d_multisample_internalformat]; in iterate() 1021 …glw::GLenum internalformat_2d_multisample_array = internalformats[n_2d_multisample_array_internalf… in iterate() 1049 glw::GLenum internalformat_rbo = internalformats[n_rbo_internalformat]; in iterate() 1271 const glw::GLenum internalformats[] = { in iterate() local 1275 const unsigned int n_internalformats = sizeof(internalformats) / sizeof(internalformats[0]); in iterate() 1279 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate() 1421 const glw::GLenum internalformats[] = { in iterate() local 1424 const unsigned int n_internalformats = sizeof(internalformats) / sizeof(internalformats[0]); in iterate() [all …]
|
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 1200 const glw::GLint* internalformats = NULL; in iterate() local 1210 internalformats = color_renderable_internalformats; in iterate() 1219 internalformats = depth_renderable_internalformats; in iterate() 1228 internalformats = depth_stencil_renderable_internalformats; in iterate() 1246 … gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, internalformats[internalformat_index], in iterate() 1266 internalformats in iterate()
|
D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 1219 const glw::GLenum* internalformats = NULL; in iterate() local 1227 internalformats = color_internalformats; in iterate() 1236 internalformats = depth_internalformats; in iterate() 1245 internalformats = stencil_internalformats; in iterate() 1271 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate()
|
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 2160 const glw::GLenum* internalformats = NULL; in iterate() local 2168 internalformats = normalized_color_internalformats; in iterate() 2177 internalformats = unsigned_color_internalformats; in iterate() 2186 internalformats = signed_color_internalformats; in iterate() 2195 internalformats = depth_internalformats; in iterate() 2210 glw::GLenum internalformat = internalformats[n_internalformat]; in iterate()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_render_snorm.txt | 241 attachments that have been created using unsized internalformats. 243 could only have been created using sized internalformats.) The
|
D | EXT_texture_shared_exponent.txt | 756 GL_RGB9_E5_EXT internalformats for anything other than textures
|
D | EXT_texture_storage.txt | 1124 - Added extra <internalformats> for GL ES when OES_depth_texture,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_render_snorm.txt | 241 attachments that have been created using unsized internalformats. 243 could only have been created using sized internalformats.) The
|
D | EXT_texture_shared_exponent.txt | 756 GL_RGB9_E5_EXT internalformats for anything other than textures
|
D | EXT_texture_storage.txt | 1128 - Added extra <internalformats> for GL ES when OES_depth_texture,
|
/third_party/openGLES/extensions/OES/ |
D | OES_required_internalformat.txt | 246 <internalformats> enums for texture and render buffer image 250 list of sized <internalformats> for which it will guarantee to 703 - added table 3.6.x for the list of required <internalformats> 704 - added a sample code example of the query for supported <internalformats>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_required_internalformat.txt | 236 <internalformats> enums for texture and render buffer image 240 list of sized <internalformats> for which it will guarantee to 693 - added table 3.6.x for the list of required <internalformats> 694 - added a sample code example of the query for supported <internalformats>
|
/third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
D | crocus-g41-fails.txt | 128 # Regressions from i965: i965 would demote these 32-bit internalformats to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_rg.txt | 393 internalformats.
|
D | ARB_internalformat_query2.txt | 363 <internalformats> that must be supported (in GL 4.2 or later) include 979 queries for the SRGB_READ <pname> and for sRGB internalformats 1163 DISCUSSION: Tying the internalformats accepted to various tables in one
|
D | ARB_texture_storage.txt | 1021 - Added extra <internalformats> for GL ES when OES_depth_texture,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_rg.txt | 403 internalformats.
|
D | ARB_internalformat_query2.txt | 395 <internalformats> that must be supported (in GL 4.2 or later) include 1012 queries for the SRGB_READ <pname> and for sRGB internalformats 1211 DISCUSSION: Tying the internalformats accepted to various tables in one
|
D | ARB_texture_storage.txt | 1031 - Added extra <internalformats> for GL ES when OES_depth_texture,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
D | ANGLE_depth_texture.txt | 298 Textures with the above <internalformats> only support one level of
|
/third_party/openGLES/extensions/ANGLE/ |
D | ANGLE_depth_texture.txt | 299 Textures with the above <internalformats> only support one level of
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_depth_texture.txt | 299 Textures with the above <internalformats> only support one level of
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 9008 static const glw::GLenum internalformats[] = { GL_RGBA8, GL_DEPTH_COMPONENT24, GL_STENCIL_INDEX8, in iterate() local 9011 …static const glw::GLuint internalformats_count = sizeof(internalformats) / sizeof(internalformats[… in iterate() 9021 gl.renderbufferStorage(GL_RENDERBUFFER, internalformats[i], 1, 2); in iterate() 9053 << glu::getInternalFormatParameterStr(internalformats[i]) << ", width = 1, height = 2." in iterate() 9067 << glu::getInternalFormatParameterStr(internalformats[i]) << ", width = 1, height = 2." in iterate()
|