Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_NEGATIVE_Y (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp55 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 Des2fFboApiTest.cpp117 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 Des2fFboStateQueryTests.cpp190 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in test()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp106 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 Des3fFboApiTests.cpp112 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 Des3fFboStateQueryTests.cpp340 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp68 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 Des31fTextureLevelStateQueryTests.cpp392 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 DesextcGeometryShaderLayeredRendering.cpp483 (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 DegluGLUtil.cpp49 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 Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp501 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 Des31cTextureGatherTests.cpp587 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 DMipmapTest.cpp29 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 DWebGLReadOutsideFramebufferTest.cpp47 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 Dst_texture.c163 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 Des3cCopyTexImageConversionsTests.cpp4779 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 DPackedGLEnums_autogen.cpp2018 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 Dgl4cGetTextureSubImageTests.cpp883 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 DgluTextureUtil.cpp829 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 DgluStateReset.cpp190 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 Dteximage.c324 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 DglcLayoutLocationTests.cpp145 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 DteglImageUtil.cpp312 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in initTexture()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.h225 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp791 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: return 3; in CubeFaceIndex()
855 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: in ValidateTextureFormatType()

Completed in 43 milliseconds

12345