Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_POSITIVE_Y (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp56 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
168 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init()
226 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0, 0); in init()
263 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, log2MaxTextureSize, compressedFormats[0], 0, 0, 0, 0, 0); in init()
315 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init()
317 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init()
319 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init()
430 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, compressedFormats[0], maxTextureSize, 0, 0, 0, 0); in init()
432 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, compressedFormats[0], 0, maxTextureSize, 0, 0, 0); in init()
434 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in init()
[all...]
H A Des2fFboStateQueryTests.cpp190 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, in test()
H A Des2fFboApiTest.cpp116 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Y"; in getAttachmentParameterValueName()
226 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in validTexCubeAttachmentsTest()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp107 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
209 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init()
228 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init()
252 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in init()
286 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in init()
287 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in init()
289 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in init()
291 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in init()
357 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in init()
358 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in init()
[all...]
H A Des3fFboApiTests.cpp111 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Y"; in getAttachmentParameterValueName()
201 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in validTexCubeAttachmentsTest()
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.cpp69 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
208 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format()
228 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_neg_level()
253 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0); in compressedteximage2d_max_level()
288 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_neg_width_height()
289 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0); in compressedteximage2d_neg_width_height()
291 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0); in compressedteximage2d_neg_width_height()
293 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0); in compressedteximage2d_neg_width_height()
360 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Y target"); in compressedteximage2d_max_width_height()
361 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in compressedteximage2d_max_width_height()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp482 (n_layer == 2) ? GL_TEXTURE_CUBE_MAP_POSITIVE_Y : in iterate()
531 texture_target == GL_TEXTURE_CUBE_MAP_POSITIVE_Y || in iterate()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp46 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in getImageGLTarget()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp502 GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in iterate()
570 targets[GL_TEXTURE_CUBE_MAP_POSITIVE_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/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c162 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in st_gl_texture_dims_to_pipe_dims()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp45 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp4782 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_Y] = "cubemap_posy"; in TestBase()
5535 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y:
5536 result = "GL_TEXTURE_CUBE_MAP_POSITIVE_Y";
5558 * 9) GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
5584 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y:
5615 * 9) GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
5642 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y:
5687 * 9) GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
5767 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y:
5772 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.cpp2016 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in FromGLenum()
2058 return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in ToGLenum()
2109 os << "GL_TEXTURE_CUBE_MAP_POSITIVE_Y"; in operator <<()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp879 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare()
934 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA8, s_texture_data_width, s_texture_data_height, 0, in prepare()
H A Dgl4cMultiBindTests.cpp1081 gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, internal_format, width, height, 0 /* border */, in CompressedImage()
1185 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, internal_format, width, height, 0 /* border */, format, in Image()
1299 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels); in SubImage()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp830 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y;
845 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: return tcu::CUBEFACE_POSITIVE_Y;
H A DgluStateReset.cpp189 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL); in resetStateES()
818 gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_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.c323 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in proxy_target()
505 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_max_texture_levels()
560 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_get_texture_dimensions()
607 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_tex_target_is_layered()
881 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_init_teximage_fields_ms()
1038 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_legal_texture_dimensions()
1403 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in _mesa_target_can_be_compressed()
1532 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in legal_teximage_target()
1590 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in legal_texsubimage_target()
2905 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y in lookup_texture_ext_dsa()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp144 GLenum faces[] = { GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in createCubeMap()
H A DglcRobustBufferAccessBehaviorTests.cpp664 gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, internal_format, width, height, 0 /* border */, in CompressedImage()
796 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, internal_format, width, height, 0 /* border */, format, in Image()
890 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels); in SubImage()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp311 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, in initTexture()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.h224 {GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp790 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: return 2; in CubeFaceIndex()
854 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: in ValidateTextureFormatType()

Completed in 48 milliseconds

12345