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

1 2 3 4 5 6

  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 290 * the value returned for GL_NUM_EXTENSIONS may have been altered by the
322 if (pname == GL_NUM_EXTENSIONS) {
335 if (pname == GL_NUM_EXTENSIONS) {
348 if (pname == GL_NUM_EXTENSIONS) {
361 if (pname == GL_NUM_EXTENSIONS) {
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 75 glGetIntegerv(GL_NUM_EXTENSIONS, &num_extensions);
  /external/deqp/framework/opengl/
gluContextInfo.cpp 201 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
202 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_NUM_EXTENSIONS) failed");
gluES3PlusWrapperContext.cpp 175 if (pname == GL_NUM_EXTENSIONS && params)
602 dst->getIntegerv(GL_NUM_EXTENSIONS, &numExts);
gluRenderContext.cpp 188 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
189 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_NUM_EXTENSIONS)");
gluStrUtil.inl     [all...]
  /external/deqp/modules/gles3/functional/
es3fStringQueryTests.cpp 165 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
es3fImplementationLimitTests.cpp 351 const int numExtensions = query<GLint>(gl, GL_NUM_EXTENSIONS);
354 GLU_EXPECT_NO_ERROR(gl.getError(), "GL_NUM_EXTENSIONS query failed");
465 LIMIT_CASE(num_extensions, GL_NUM_EXTENSIONS, GLint, 0);
es3fNegativeStateApiTests.cpp 174 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 395 #ifndef GL_NUM_EXTENSIONS
396 #define GL_NUM_EXTENSIONS 0x821D
399 glGetIntegerv(GL_NUM_EXTENSIONS,&numExtensions);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 107 public static final int GL_NUM_EXTENSIONS = 0x821D;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 283 case GL_NUM_EXTENSIONS:
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 107 public static final int GL_NUM_EXTENSIONS = 0x821D;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 165 #define GL_NUM_EXTENSIONS 0x821D
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 165 #define GL_NUM_EXTENSIONS 0x821D
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 788 GL_NUM_EXTENSIONS(0x821D),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 577 #define GL_NUM_EXTENSIONS 0x821D
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 257 ctx.glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 58 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExts);
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 246 { GL_NUM_EXTENSIONS, LOC_CUSTOM, TYPE_INT, 0, extra_gl30_es3 },
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 579 #define GL_NUM_EXTENSIONS 0x821D
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h 577 #define GL_NUM_EXTENSIONS 0x821D
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h 577 #define GL_NUM_EXTENSIONS 0x821D
    [all...]

Completed in 804 milliseconds

1 2 3 4 5 6