/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 55 case tcu::CUBEFACE_NEGATIVE_Y: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; in cubeFaceToGLFace() 174 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 232 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0, 0); in init() 269 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, log2MaxTextureSize, compressedFormats[0], 0, 0, 0, 0, 0); in init() 363 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init() 365 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init() 367 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init() 481 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, compressedFormats[0], maxTextureSize, 0, 0, 0, 0); in init() 483 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, compressedFormats[0], 0, maxTextureSize, 0, 0, 0); in init() 485 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in init() [all...] |
H A D | es2fFboApiTest.cpp | 117 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"; in getAttachmentParameterValueName() 229 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in validTexCubeAttachmentsTest() 442 ctx.framebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 2, 0); in attachmentQueryTexCubeTest() 447 checkFboAttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y); in attachmentQueryTexCubeTest()
|
H A D | es2fFboStateQueryTests.cpp | 190 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in test()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeTextureApiTests.cpp | 106 case tcu::CUBEFACE_NEGATIVE_Y: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; in cubeFaceToGLFace() 215 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 234 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 258 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in init() 313 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in init() 314 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in init() 316 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in init() 318 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in init() 384 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in init() 385 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in init() [all...] |
H A D | es3fFboApiTests.cpp | 112 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"; in getAttachmentParameterValueName() 204 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in validTexCubeAttachmentsTest() 390 ctx.framebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 2, 0); in attachmentQueryTexCubeTest() 395 checkFboAttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y); in attachmentQueryTexCubeTest()
|
H A D | es3fFboStateQueryTests.cpp | 340 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in test()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 68 case tcu::CUBEFACE_NEGATIVE_Y: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; in cubeFaceToGLFace() 214 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 234 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_neg_level() 259 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in compressedteximage2d_max_level() 315 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_neg_width_height() 316 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in compressedteximage2d_neg_width_height() 318 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 320 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in compressedteximage2d_neg_width_height() 387 ctx.beginSection("GL_TEXTURE_CUBE_MAP_NEGATIVE_Y target"); in compressedteximage2d_max_width_height() 388 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in compressedteximage2d_max_width_height() [all...] |
H A D | es31fTextureLevelStateQueryTests.cpp | 392 const glw::GLenum queryTarget = (target == GL_TEXTURE_CUBE_MAP) ? (GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) : (target); in generateColorTextureGenerationGroup() 591 const glw::GLenum queryTarget = (target == GL_TEXTURE_CUBE_MAP) ? (GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) : (target); in generateInternalFormatTextureGenerationGroup() 679 const glw::GLenum queryTarget = (target == GL_TEXTURE_CUBE_MAP) ? (GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) : (target); in generateCompressedTextureGenerationGroup() 717 const glw::GLenum queryTarget = (target == GL_TEXTURE_CUBE_MAP) ? (GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) : (target); in generateTextureBufferGenerationGroup()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredRendering.cpp | 483 (n_layer == 3) ? GL_TEXTURE_CUBE_MAP_NEGATIVE_Y : in iterate() 534 texture_target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Y || in iterate()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 49 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; 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() 567 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_Y] = &texture_cm_face_properties; in iterate()
|
H A D | es31cTextureGatherTests.cpp | 587 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in CreateTextureCubeInt() 631 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in CreateTextureCube()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MipmapTest.cpp | 29 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level, internalformat, width, width, 0, format, in TexImageCubeMapFaces() 211 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, getWindowWidth(), getWindowWidth(), 1013 clearTextureLevel0(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, mTextureCube, 1.0f, 0.0f, 0.0f, 1.0f); in TEST_P() 1048 clearTextureLevel0(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, mTextureCube, 1.0f, 0.0f, 0.0f, 1.0f); in TEST_P()
|
H A D | WebGLReadOutsideFramebufferTest.cpp | 47 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 163 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in st_gl_texture_dims_to_pipe_dims()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 4779 attachment_name_map[GL_TEXTURE_CUBE_MAP_NEGATIVE_Y] = "cubemap_negy"; in TestBase() 5526 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: 5527 result = "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"; 5555 * 6) GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 5581 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: 5612 * 6) GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 5639 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: 5684 * 6) GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 5764 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: 5770 const GLenum cm_targets[] = { GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 2018 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in FromGLenum() 2060 return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; in ToGLenum() 2112 os << "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"; in operator <<()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 883 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 937 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 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 | 829 case tcu::CUBEFACE_NEGATIVE_Y: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Y; 844 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: return tcu::CUBEFACE_NEGATIVE_Y;
|
H A D | gluStateReset.cpp | 190 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL); in resetStateES() 819 gl.texImage2D (GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 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 | 324 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in proxy_target() 506 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_max_texture_levels() 561 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_get_texture_dimensions() 608 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_tex_target_is_layered() 882 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_init_teximage_fields_ms() 1039 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_legal_texture_dimensions() 1404 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in _mesa_target_can_be_compressed() 1533 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in legal_teximage_target() 1591 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in legal_texsubimage_target() 2906 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y 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()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.cpp | 312 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 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 | 791 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: return 3; in CubeFaceIndex() 855 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in ValidateTextureFormatType()
|