Home
last modified time | relevance | path

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

12345

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp58 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 Des2fFboStateQueryTests.cpp191 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
H A Des2fFboApiTest.cpp118 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 Des3fNegativeTextureApiTests.cpp109 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 Des3fFboApiTests.cpp113 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 Des3fFboStateQueryTests.cpp341 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp71 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 DesextcGeometryShaderLayeredRendering.cpp484 (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 DegluGLUtil.cpp47 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 Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp502 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 Des31cTextureGatherTests.cpp588 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 Dst_texture.c164 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 DWebGLReadOutsideFramebufferTest.cpp49 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 Des3cCopyTexImageConversionsTests.cpp4783 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 DPackedGLEnums_autogen.cpp2020 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 Dgl4cGetTextureSubImageTests.cpp887 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 Dgl4cMultiBindTests.cpp1085 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 DgluTextureUtil.cpp832 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 DgluStateReset.cpp191 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 Dteximage.c325 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 DglcLayoutLocationTests.cpp145 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z }; in createCubeMap()
H A DglcRobustBufferAccessBehaviorTests.cpp668 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 DteglImageUtil.cpp313 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 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.cpp792 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return 4; in CubeFaceIndex()
856 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in ValidateTextureFormatType()

Completed in 49 milliseconds

12345