HomeSort by relevance Sort by last modified time
    Searched full:gl_extensions (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/test/
testgles.c 203 SDL_Log("Extensions : %s\n", glGetString(GL_EXTENSIONS));
testgl2.c 310 SDL_Log("Extensions : %s\n", ctx.glGetString(GL_EXTENSIONS));
testgles2.c 517 SDL_Log("Extensions : %s\n", ctx.glGetString(GL_EXTENSIONS));
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 194 case GL_EXTENSIONS: return (const glw::GLubyte*)context->extensions.c_str();
208 if (name == GL_EXTENSIONS)
609 extStr[ndx] = (const char*)dst->getStringi(GL_EXTENSIONS, ndx);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 155 String extensions = GLES20.glGetString(GLES20.GL_EXTENSIONS);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 281 std::string extensions = std::string( (char*) glGetString( GL_EXTENSIONS ) );
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 238 String extensions = " " + gl.glGetString(GL10.GL_EXTENSIONS) + " ";
CubeMapActivity.java 208 String extensions = " " + gl.glGetString(GL10.GL_EXTENSIONS) + " ";
  /external/mesa3d/src/glx/
indirect_glx.c 153 glGetString(GL_EXTENSIONS);
single2.c 670 case GL_EXTENSIONS:
747 case GL_EXTENSIONS:{
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS);
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 99 printGLString("Extensions", GL_EXTENSIONS);
  /frameworks/base/libs/hwui/debug/
nullgles.cpp 155 case GL_EXTENSIONS:
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 454 printGLString("Extensions", GL_EXTENSIONS);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 409 printGLString("Extensions", GL_EXTENSIONS);
  /external/mesa3d/src/mesa/main/
debug.c 131 _mesa_debug(NULL, "Mesa GL_EXTENSIONS = %s\n",
132 (char *) _mesa_GetString(GL_EXTENSIONS));
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 449 String extensionList = GLES20.glGetString(GLES20.GL_EXTENSIONS);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 441 Log.i(TAG, "Extensions " + GLES20.glGetString(GLES20.GL_EXTENSIONS));
  /external/deqp/modules/egl/
teglImageTests.cpp 437 const char* glExt = (const char*)glGetString(GL_EXTENSIONS);
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 67 int GL_EXTENSIONS = 0x1F03;
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 361 #define GL_EXTENSIONS 0x1F03
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 69 public static final int GL_EXTENSIONS = 0x1F03;
GLES20Header.java-if 201 public static final int GL_EXTENSIONS = 0x1F03;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 116 glGetString(GL_EXTENSIONS));
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 423 #define GL_EXTENSIONS 0x1F03
438 case GL_EXTENSIONS:
    [all...]

Completed in 2014 milliseconds

1 23 4 5 6 7 8 91011>>