Home
last modified time | relevance | path

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

12

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp55 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
174 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init()
207 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, compressedFormats[0], 0, 0, 0, 0, 0); in init()
243 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxTextureSize, compressedFormats[0], 0… in init()
351 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, 0, 0, 0, 0); in init()
353 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, -1, 0, 0, 0); in init()
355 … glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], -1, -1, 0, 0, 0); in init()
470 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], maxTextureSize, 0,… in init()
472 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressedFormats[0], 0, maxTextureSize,… in init()
474 …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()
Des2fTextureUnitTests.cpp127 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
Des2fTextureCompletenessTests.cpp71 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,
/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()
Des3fFboColorbufferTests.cpp347 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in render()
Des3fTextureUnitTests.cpp180 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp69 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
169 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format()
189 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0,… in compressedteximage2d_neg_level()
214 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8… in compressedteximage2d_max_level()
278 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0,… in compressedteximage2d_neg_width_height()
280 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1,… in compressedteximage2d_neg_width_height()
282 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1… in compressedteximage2d_neg_width_height()
350 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
352 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 1, max… in compressedteximage2d_max_width_height()
354 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCub… in compressedteximage2d_max_width_height()
[all …]
/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.c985 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_get_texture_dimensions()
1195 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_init_teximage_fields()
1469 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in target_can_be_compressed()
1511 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_teximage_target()
1571 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in legal_texsubimage_target()
Dfbobject.c2213 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in _mesa_FramebufferTexture2DEXT()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp825 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in getGLCubeFace()
840 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z; in getCubeFaceFromGL()
DgluStateReset.cpp170 …gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_N… in resetStateES()
772 …gl.texImage2D (GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE… in resetStateGLCore()
DgluStrUtil.inl632 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z";
771 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z";
/external/deqp/modules/egl/
DteglImageUtil.cpp284 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in initTexture()
/external/mesa3d/include/GLES2/
Dgl2.h335 #define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z 0x851A macro
/external/deqp/modules/glshared/
DglsFboUtil.cpp375 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in glInit()
DglsLongStressCase.cpp203 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp152 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z; in mapGLCubeFace()
1117 target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z || in texImage3D()
1342 target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z || in texSubImage3D()
1522 target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z || in copyTexImage2D()
1624 target == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z || in copyTexSubImage2D()
1910 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: return Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_Z; in mapGLFboTexTarget()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2934 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in setup_texture_coords()
2989 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in setup_texture_coords()
3262 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z) { in _mesa_meta_GenerateMipmap()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1093 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in init()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1448 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, in init()

12