/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 58 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 …]
|
D | es2fFboStateQueryTests.cpp | 191 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
|
D | es2fFboApiTest.cpp | 118 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/ |
D | es3fNegativeTextureApiTests.cpp | 109 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 …]
|
D | es3fFboApiTests.cpp | 113 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/ |
D | test_images_2D.cpp | 90 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()
|
D | test_images_getinfo_common.cpp | 69 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()
|
D | helpers.cpp | 624 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in is_rgb_101010_supported()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 71 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/ |
D | esextcGeometryShaderLayeredRendering.cpp | 484 (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/ |
D | test_images_2D_info.cpp | 164 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in test_images_cube_getinfo()
|
D | test_images_2D.cpp | 278 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/ |
D | egluGLUtil.cpp | 47 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getImageGLTarget()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.cpp | 74 …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/ |
D | WebGLReadOutsideFramebufferTest.cpp | 49 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, mWidth, mHeight, 0, GL_RGBA, in toTexture2D()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGetTextureSubImageTests.cpp | 887 …GL_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/ |
D | teximage.c | 323 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/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 502 … 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/ |
D | es3cCopyTexImageConversionsTests.cpp | 4778 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/ |
D | gluTextureUtil.cpp | 830 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()
|
D | gluStateReset.cpp | 191 …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/ |
D | st_texture.c | 161 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in st_gl_texture_dims_to_pipe_dims()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 522 …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/ |
D | PackedGLEnums_autogen.cpp | 1992 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in FromGLenum() 2030 return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in ToGLenum()
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 311 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in initTexture()
|