Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_POSITIVE_Z (Results 1 – 25 of 100) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
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[firstNonPalettedForma… in init()
265 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxTextureSize, compressedFormats[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,… in init()
449 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], 0, maxTextureSize,… in init()
451 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], maxTextureSize, ma… in init()
[all …]
Des2fFboStateQueryTests.cpp191 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
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()
/external/deqp/modules/gles3/functional/
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, … in init()
254 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC… in init()
296 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, … in init()
298 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, … in init()
300 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0,… in init()
367 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemap… in init()
369 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 1, maxCube… in init()
371 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemap… in init()
[all …]
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()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_2D.cpp90 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_read_cube()
134 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_write_cube()
174 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_cube_getinfo()
Dtest_images_getinfo_common.cpp69 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in test_image_info()
154 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in test_image_format_get_info()
Dhelpers.cpp624 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in is_rgb_101010_supported()
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp71 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
204 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format()
224 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0,… in compressedteximage2d_neg_level()
249 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8… in compressedteximage2d_max_level()
292 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0,… in compressedteximage2d_neg_width_height()
294 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1,… in compressedteximage2d_neg_width_height()
296 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1… in compressedteximage2d_neg_width_height()
364 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
366 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 1, max… in compressedteximage2d_max_width_height()
368 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRendering.cpp484 (n_layer == 4) ? GL_TEXTURE_CUBE_MAP_POSITIVE_Z : in iterate()
532 texture_target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z || in iterate()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D_info.cpp164 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_cube_getinfo()
Dtest_images_2D.cpp278 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_read_cube()
657 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_write_cube()
/external/deqp/framework/egl/
DegluGLUtil.cpp47 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getImageGLTarget()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp74 …glTexImage2D( GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, internalFormat, (GLsizei)width, (GLsizei)height, … in CreateGLTexture2D()
751 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in get_base_gl_target()
799 if( tgt == GL_TEXTURE_CUBE_MAP_POSITIVE_Z ) return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in GetGLTargetName()
/external/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp49 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp887GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_… in prepare()
940 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA8, s_texture_data_width, s_texture_data_he… in prepare()
/external/mesa3d/src/mesa/main/
Dteximage.c323 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in proxy_target()
504 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_max_texture_levels()
560 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_get_texture_dimensions()
607 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_tex_target_is_layered()
881 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_init_teximage_fields_ms()
1038 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_legal_texture_dimensions()
1403 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_target_can_be_compressed()
1532 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_teximage_target()
1590 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_texsubimage_target()
2895 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in lookup_texture_ext_dsa()
[all …]
/external/deqp/external/openglcts/modules/gles31/
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()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp4778 attachment_name_map[GL_TEXTURE_CUBE_MAP_POSITIVE_Z] = "cubemap_posz"; in TestBase()
5533 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in getTargetName()
5580 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in getGeneralTargetForDetailedTarget()
5638 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in generateGLObject()
5763 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in configureGLObject()
5767 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z }; in configureGLObject()
5905 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in destroyGLObject()
6480 m_destination_attachment_type == GL_TEXTURE_CUBE_MAP_POSITIVE_Z); in iterate()
6835 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in execute()
7214 …texture_target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z || texture_target == GL_TEXTURE_CUBE_MAP_NEGATIVE… in bindTextureToTargetToSpecificTextureUnit()
[all …]
/external/deqp/framework/opengl/
DgluTextureUtil.cpp830 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getGLCubeFace()
845 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromGL()
DgluStateReset.cpp191 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_N… in resetStateES()
818 …gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE… in resetStateGLCore()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c161 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in st_gl_texture_dims_to_pipe_dims()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp522 …glTexImage2D( GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, internalFormat, (GLsizei)width, (GLsizei)height, … in CreateGLTexture2D()
1937 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in get_base_gl_target()
1989 if( tgt == GL_TEXTURE_CUBE_MAP_POSITIVE_Z ) return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in GetGLTargetName()
/external/angle/src/common/
DPackedGLEnums_autogen.cpp1992 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in FromGLenum()
2030 return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in ToGLenum()
/external/deqp/modules/egl/
DteglImageUtil.cpp311 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in initTexture()

1234