/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 58 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace() 170 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 228 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0, 0); in init() 265 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxTextureSize, compressedFormats[0], 0, 0, 0, 0, 0); in init() 331 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init() 333 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init() 335 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init() 447 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], maxTextureSize, 0, 0, 0, 0); in init() 449 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], 0, maxTextureSize, 0, 0, 0); in init() 451 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_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 | 118 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in getAttachmentParameterValueName() 227 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in validTexCubeAttachmentsTest()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeTextureApiTests.cpp | 109 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace() 211 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 230 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 254 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in init() 295 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in init() 296 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in init() 298 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in init() 300 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in init() 366 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in init() 367 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in init() [all...] |
H A D | es3fFboApiTests.cpp | 113 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in getAttachmentParameterValueName() 202 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in validTexCubeAttachmentsTest()
|
H A D | es3fFboStateQueryTests.cpp | 341 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 71 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace() 210 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 230 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_neg_level() 255 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in compressedteximage2d_max_level() 297 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_neg_width_height() 298 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in compressedteximage2d_neg_width_height() 300 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 302 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 369 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target"); in compressedteximage2d_max_width_height() 370 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in compressedteximage2d_max_width_height() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredRendering.cpp | 484 (n_layer == 4) ? GL_TEXTURE_CUBE_MAP_POSITIVE_Z : in iterate() 532 texture_target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z || in iterate()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 47 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getImageGLTarget()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 502 GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in iterate() 571 targets[GL_TEXTURE_CUBE_MAP_POSITIVE_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 | 164 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in st_gl_texture_dims_to_pipe_dims()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLReadOutsideFramebufferTest.cpp | 49 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 4783 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_Z] = "cubemap_posz"; in TestBase() 5538 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: 5539 result = "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; 5559 * 10) GL_TEXTURE_CUBE_MAP_POSITIVE_Z. 5585 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: 5616 * 10) GL_TEXTURE_CUBE_MAP_POSITIVE_Z. 5643 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: 5688 * 10) GL_TEXTURE_CUBE_MAP_POSITIVE_Z. 5768 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: 5772 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z }; [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 2020 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in FromGLenum() 2062 return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in ToGLenum() 2115 os << "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in operator <<()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 887 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 940 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA8, s_texture_data_width, s_texture_data_height, 0, in prepare()
|
H A D | gl4cMultiBindTests.cpp | 1085 gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, internal_format, width, height, 0 /* border */, in CompressedImage() 1189 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, internal_format, width, height, 0 /* border */, format, in Image() 1301 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels); in SubImage()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 832 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; 847 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z;
|
H A D | gluStateReset.cpp | 191 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL); in resetStateES() 820 gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL); in resetStateGLCore()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.c | 325 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in proxy_target() 507 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_max_texture_levels() 562 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_get_texture_dimensions() 609 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_tex_target_is_layered() 883 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_init_teximage_fields_ms() 1040 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_legal_texture_dimensions() 1405 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_target_can_be_compressed() 1534 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_teximage_target() 1592 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_texsubimage_target() 2907 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z in lookup_texture_ext_dsa() [all...] |
/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()
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 668 gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, internal_format, width, height, 0 /* border */, in CompressedImage() 800 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, internal_format, width, height, 0 /* border */, format, in Image() 892 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels); in SubImage()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.cpp | 313 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in initTexture()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.h | 225 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 792 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return 4; in CubeFaceIndex() 856 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in ValidateTextureFormatType()
|