HomeSort by relevance Sort by last modified time
    Searched defs:printGLString (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 33 static void printGLString(const char *name, GLenum s) {
125 printGLString("Version", GL_VERSION);
126 printGLString("Vendor", GL_VENDOR);
127 printGLString("Renderer", GL_RENDERER);
128 printGLString("Extensions", GL_EXTENSIONS);
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_opengles20.cc 96 printGLString("Version", GL_VERSION);
97 printGLString("Vendor", GL_VENDOR);
98 printGLString("Renderer", GL_RENDERER);
99 printGLString("Extensions", GL_EXTENSIONS);
310 void VideoRenderOpenGles20::printGLString(const char *name, GLenum s) {

Completed in 4115 milliseconds