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

1 2 3 4 5 6 7 8 910

  /external/deqp/framework/opengl/
gluQueryUtil.inl 15 case GL_ALIASED_POINT_SIZE_RANGE: return 2;
gluStrUtil.inl 55 case GL_ALIASED_POINT_SIZE_RANGE: return "GL_ALIASED_POINT_SIZE_RANGE";
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 253 case GL_ALIASED_POINT_SIZE_RANGE:
279 case GL_ALIASED_POINT_SIZE_RANGE:
GLES10Header.java-if 27 public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
GLES20Header.java-if 95 public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 291 case GL_ALIASED_POINT_SIZE_RANGE:
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1));
es2fShaderBuiltinVarTests.cpp 474 gl.getFloatv(GL_ALIASED_POINT_SIZE_RANGE, &pointSizeRange[0]);
475 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)");
478 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE");
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 279 case GL_ALIASED_POINT_SIZE_RANGE:
305 case GL_ALIASED_POINT_SIZE_RANGE:
android_opengl_GLES31Ext.cpp 278 case GL_ALIASED_POINT_SIZE_RANGE:
304 case GL_ALIASED_POINT_SIZE_RANGE:
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 414 case GL_ALIASED_POINT_SIZE_RANGE:
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 449 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1));
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 181 const Vec2 range = getRange(gl, GL_ALIASED_POINT_SIZE_RANGE);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 96 public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 27 public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 25 int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
  /frameworks/native/opengl/libagl/
state.cpp 361 case GL_ALIASED_POINT_SIZE_RANGE:
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 145 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
  /development/ndk/platforms/android-4/include/GLES/
gl.h 201 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 169 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 201 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 145 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 583 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
  /external/mesa3d/include/GLES/
gl.h 201 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D
    [all...]

Completed in 177 milliseconds

1 2 3 4 5 6 7 8 910