Home
last modified time | relevance | path

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

123

/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.cpp117 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z"; in getAttachmentParameterValueName()
226 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in validTexCubeAttachmentsTest()
Des2fTextureUnitTests.cpp127 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
Des2fTextureCompletenessTests.cpp71 GL_TEXTURE_CUBE_MAP_POSITIVE_Z
/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()
Des3fFboStateQueryTests.cpp341 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z in test()
Des3fFboColorbufferTests.cpp344 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in render()
/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 …]
Des31fNegativeBufferApiTests.cpp1242 …ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, t… in framebuffer_texture2d()
1244 …ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, t… in framebuffer_texture2d()
/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/mesa3d/src/mesa/main/
Dteximage.c984 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_get_texture_dimensions()
1194 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in _mesa_init_teximage_fields()
1468 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in target_can_be_compressed()
1510 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_teximage_target()
1570 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in legal_texsubimage_target()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp827 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getGLCubeFace()
842 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()
791 …gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE… in resetStateGLCore()
DgluStrUtil.inl632 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
771 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp308 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return 4; in CubeFaceIndex()
DlibGL.cpp852 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in glCompressedTexImage2D()
900 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in glCompressedTexImage2D()
1033 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in glCopyTexImage2D()
1988 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in glFramebufferTexture2D()
4349 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in glTexImage2D()
/external/deqp/modules/egl/
DteglImageUtil.cpp311 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in initTexture()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp841 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in CompressedTexImage2D()
889 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in CompressedTexImage2D()
1017 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in CopyTexImage2D()
2090 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in FramebufferTexture2D()
5102 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in TexImage2D()
/external/mesa3d/include/GLES2/
Dgl2.h334 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h334 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/external/deqp/modules/glshared/
DglsFboUtil.cpp376 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, in glInit()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp153 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in mapGLCubeFace()
1118 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z) in texImage3D()
1343 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z) in texSubImage3D()
1523 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z) in copyTexImage2D()
1625 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z) in copyTexSubImage2D()
1907 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Z; in mapGLFboTexTarget()

123