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

1 2 3 4 5 6 7 8 910

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp 66 case GL_ALIASED_POINT_SIZE_RANGE:
  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 105 glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, &range[0]);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 143 case GL_ALIASED_POINT_SIZE_RANGE:
169 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;
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 165 case GL_ALIASED_POINT_SIZE_RANGE:
191 case GL_ALIASED_POINT_SIZE_RANGE:
android_opengl_GLES31Ext.cpp 164 case GL_ALIASED_POINT_SIZE_RANGE:
190 case GL_ALIASED_POINT_SIZE_RANGE:
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 287 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));
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 287 case GL_ALIASED_POINT_SIZE_RANGE:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 90 GL_ALIASED_POINT_SIZE_RANGE,
  /external/deqp/framework/opengl/
gluStrUtil.inl 53 case GL_ALIASED_POINT_SIZE_RANGE: return "GL_ALIASED_POINT_SIZE_RANGE";
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 37 case GL_ALIASED_POINT_SIZE_RANGE:
gles2_cmd_utils_implementation_autogen.h 1342 0x846D, "GL_ALIASED_POINT_SIZE_RANGE",
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 303 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 152 const Vec2 range = getRange(gl, GL_ALIASED_POINT_SIZE_RANGE);
  /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/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 871 case GL_ALIASED_POINT_SIZE_RANGE:
    [all...]
  /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
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 169 #define GL_ALIASED_POINT_SIZE_RANGE 0x846D

Completed in 139 milliseconds

1 2 3 4 5 6 7 8 910