HomeSort by relevance Sort by last modified time
    Searched refs:GL_TEXTURE_CUBE_MAP_POSITIVE_Z (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 58 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
170 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0);
203 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, compressedFormats[0], 0, 0, 0, 0, 0);
239 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxTextureSize, compressedFormats[0], 0, 0, 0, 0, 0);
305 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], -1, 0, 0, 0, 0);
307 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], 0, -1, 0, 0, 0);
309 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], -1, -1, 0, 0, 0);
421 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], maxTextureSize, 0, 0, 0, 0);
423 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], 0, maxTextureSize, 0, 0, 0);
425 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, compressedFormats[0], maxTextureSize, maxTextureSize, 0, 0, 0)
    [all...]
es2fFboStateQueryTests.cpp 191 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
es2fFboApiTest.cpp 117 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
226 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 109 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
211 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0);
230 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0);
254 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0);
295 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Z target");
296 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0);
298 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0);
300 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0);
366 m_log << TestLog::Section("", "GL_TEXTURE_CUBE_MAP_POSITIVE_Z target");
367 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemapSize, 1, 0, etc2EacDataSize(maxCubemapSize, 1), 0)
    [all...]
es3fFboApiTests.cpp 113 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
202 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
es3fFboStateQueryTests.cpp 341 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 71 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
204 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0);
224 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0);
249 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxCubemapSize, GL_COMPRESSED_RGBA8_ETC2_EAC, 16, 16, 0, etc2EacDataSize(16, 16), 0);
291 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target");
292 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, 0, 0, 0, 0);
294 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, -1, 0, 0, 0);
296 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, -1, -1, 0, 0, 0);
363 ctx.beginSection("GL_TEXTURE_CUBE_MAP_POSITIVE_Z target");
364 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, maxCubemapSize, 1, 0, etc2EacDataSize(maxCubemapSize, 1), 0)
    [all...]
  /external/deqp/framework/egl/
egluGLUtil.cpp 47 case EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 106 int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 219 public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Cubemap.java 55 PositiveZ(4, GL20.GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, -1, 0, 0, 0, 1),
GL20.java 222 public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
  /external/deqp/framework/opengl/
gluStrUtil.inl 631 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
770 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return "GL_TEXTURE_CUBE_MAP_POSITIVE_Z";
    [all...]
gluStateReset.cpp 189 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
789 gl.texImage2D (GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
    [all...]
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/egl/
teglImageUtil.cpp 311 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/mesa3d/src/mesa/main/
teximage.c 984 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z:
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 269 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 334 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 467 return GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 269 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519
  /external/deqp/modules/glshared/
glsFboUtil.cpp 376 GL_TEXTURE_CUBE_MAP_POSITIVE_Z,
  /external/mesa3d/include/GLES2/
gl2.h 334 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 219 public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519;
    [all...]

Completed in 538 milliseconds

1 2 3 4 5 6 7 8