/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 57 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace() 176 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 234 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0, 0); in init() 271 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxTextureSize, compressedFormats[0], 0, 0, 0, 0, 0); in init() 379 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init() 381 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init() 383 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init() 498 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], maxTextureSize, 0, 0, 0, 0); in init() 500 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, maxTextureSize, 0, 0, 0); in init() 502 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in init() [all...] |
H A D | es2fFboStateQueryTests.cpp | 191 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
|
H A D | es2fFboApiTest.cpp | 119 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; in getAttachmentParameterValueName() 230 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in validTexCubeAttachmentsTest()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeTextureApiTests.cpp | 108 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace() 217 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 236 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 260 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in init() 322 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in init() 323 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in init() 325 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in init() 327 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in init() 393 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in init() 394 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in init() [all...] |
H A D | es3fFboApiTests.cpp | 114 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; in getAttachmentParameterValueName() 205 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in validTexCubeAttachmentsTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 70 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace() 216 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 236 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_neg_level() 261 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in compressedteximage2d_max_level() 324 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_neg_width_height() 325 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in compressedteximage2d_neg_width_height() 327 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 329 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 396 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Z target"); in compressedteximage2d_max_width_height() 397 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in compressedteximage2d_max_width_height() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 971 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 979 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 995 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1026 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1067 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1075 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1091 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1135 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1143 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1159 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() [all...] |
H A D | CopyTexImageTest.cpp | 367 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 383 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 435 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 449 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P()
|
H A D | CopyCompressedTextureTest.cpp | 296 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P()
|
H A D | WebGLReadOutsideFramebufferTest.cpp | 51 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
|
H A D | ComputeShaderTest.cpp | 1663 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1673 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1881 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1891 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P() 1997 for (GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X; face <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredRendering.cpp | 485 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in iterate() 535 texture_target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z) in iterate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.h | 47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in _mesa_is_cube_face()
|
H A D | teximage.c | 326 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in proxy_target() 508 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_max_texture_levels() 563 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_get_texture_dimensions() 610 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_tex_target_is_layered() 884 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_init_teximage_fields_ms() 1041 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_legal_texture_dimensions() 1406 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_target_can_be_compressed() 1535 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_teximage_target() 1593 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_texsubimage_target() 2908 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in lookup_texture_ext_dsa() [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 50 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in getImageGLTarget()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 501 GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in iterate() 568 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_Z] = &texture_cm_face_properties; in iterate()
|
H A D | es31cTextureGatherTests.cpp | 588 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z }; in CreateTextureCubeInt() 632 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z }; in CreateTextureCube()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 165 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in st_gl_texture_dims_to_pipe_dims()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 4780 attachment_name_map[GL_TEXTURE_CUBE_MAP_NEGATIVE_Z] = "cubemap_negz"; in TestBase() 5529 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: 5530 result = "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; 5556 * 7) GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 5582 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: 5613 * 7) GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 5640 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: 5685 * 7) GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 5765 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: 5771 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_CUBE_MAP_POSITIVE_ [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 2022 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in FromGLenum() 2064 return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in ToGLenum() 2118 os << "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; in operator <<()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 891 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 943 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA8, s_texture_data_width, s_texture_data_height, 0, in prepare()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 831 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; 846 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 780 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X && target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in IsCubemapTextureTarget() 793 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return 5; in CubeFaceIndex() 857 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in ValidateTextureFormatType()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 145 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z }; in createCubeMap()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.cpp | 314 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in initTexture()
|