Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_NEGATIVE_Z (Results 1 – 25 of 77) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp57 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
176 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init()
234 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, compressedFormats[firstNonPalettedForma… in init()
271 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxTextureSize, compressedFormats[0], 0… in init()
379 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init()
381 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init()
383 … glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init()
498 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], maxTextureSize, 0,… in init()
500 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, maxTextureSize,… in init()
502 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_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_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; in getAttachmentParameterValueName()
229 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in validTexCubeAttachmentsTest()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp108 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
217 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init()
236 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, … in init()
260 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC… in init()
323 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, … in init()
325 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, … in init()
327 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0,… in init()
394 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemap… in init()
396 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 1, maxCube… in init()
398 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemap… in init()
[all …]
Des3fFboApiTests.cpp114 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"; in getAttachmentParameterValueName()
205 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in validTexCubeAttachmentsTest()
Des3fFboStateQueryTests.cpp341 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp70 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
210 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format()
230 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0,… in compressedteximage2d_neg_level()
255 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8… in compressedteximage2d_max_level()
319 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0,… in compressedteximage2d_neg_width_height()
321 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1,… in compressedteximage2d_neg_width_height()
323 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1… in compressedteximage2d_neg_width_height()
391 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
393 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 1, max… in compressedteximage2d_max_width_height()
395 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRendering.cpp485 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in iterate()
535 texture_target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z) in iterate()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp296 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X && target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in IsCubemapTextureTarget()
309 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return 5; in CubeFaceIndex()
/external/deqp/framework/egl/
DegluGLUtil.cpp50 case EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in getImageGLTarget()
/external/mesa3d/src/mesa/main/
Dteximage.c291 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in proxy_target()
490 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_max_texture_levels()
546 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_get_texture_dimensions()
593 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_tex_target_is_layered()
869 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in init_teximage_fields_ms()
1028 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_legal_texture_dimensions()
1390 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_target_can_be_compressed()
1501 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_teximage_target()
1559 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_texsubimage_target()
4309 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in compressed_subtexture_target_check()
Dteximage.h47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in _mesa_is_cube_face()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c176 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z) { in _mesa_meta_GenerateMipmap()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp763 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X && target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in IsCubemapTextureTarget()
776 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return 5; in CubeFaceIndex()
839 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in ValidateTextureFormatType()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c160 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in st_gl_texture_dims_to_pipe_dims()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp891GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_… in prepare()
943 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA8, s_texture_data_width, s_texture_data_he… in prepare()
Dgl4cBufferStorageTests.cpp1364 …gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, internal_format, width, height, 0 /… in CompressedImage()
1469 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, internal_format, width, height, 0 /* border *… in Image()
1558 …gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels); in SubImage()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp501 … GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in iterate()
568 targets[GL_TEXTURE_CUBE_MAP_NEGATIVE_Z] = &texture_cm_face_properties; in iterate()
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()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp826 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in getGLCubeFace()
841 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z; in getCubeFaceFromGL()
DgluStateReset.cpp192 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_N… in resetStateES()
819 …gl.texImage2D (GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE… in resetStateGLCore()
DgluStrUtil.inl633 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z";
772 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z";
/external/deqp/modules/egl/
DteglImageUtil.cpp312 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in initTexture()
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp694 …gl.compressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, internal_format, width, height, 0 /… in CompressedImage()
827 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, internal_format, width, height, 0 /* border *… in Image()
920 …gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels); in SubImage()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h335 #define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z 0x851A macro

1234