HomeSort by relevance Sort by last modified time
    Searched refs:glReadPixels (Results 26 - 50 of 155) sorted by null

12 3 4 5 6 7

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 103 glReadPixels_client_proc_t glReadPixels;
312 virtual glReadPixels_client_proc_t set_glReadPixels(glReadPixels_client_proc_t f) { glReadPixels_client_proc_t retval = glReadPixels; glReadPixels = f; return retval;}
    [all...]
gl2_entry.cpp 101 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
786 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
789 ctx->glReadPixels(ctx, x, y, width, height, format, type, pixels);
    [all...]
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 251 GLES20.glReadPixels(0, 0, mBaseTexture.getWidth(), mBaseTexture.getHeight(),
  /external/quake/quake/src/WinQuake/
gl_screen.cpp 627 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 );
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 110 interface->fReadPixels = glReadPixels;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 136 void (GLAPIENTRY *glReadPixels) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 536 public void glReadPixels(int x, int y, int width, int height, int format,
538 mgl.glReadPixels(x, y, width, height, format, type, pixels);
  /external/quake/quake/src/QW/client/
gl_screen.c 660 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 );
881 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, newbuf );
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 310 glReadPixels = 284;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 82 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
GLES20.spec 94 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 130 glReadPixels_client_proc_t glReadPixels;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 143 glReadPixels_t glReadPixels;
415 glReadPixels_t set_glReadPixels(glReadPixels_t f) { glReadPixels_t retval = glReadPixels; glReadPixels = f; return retval;}
    [all...]
gles.cpp 656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
658 getDispatch()->glReadPixels(x, y, width, height, format, type, pixels);
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 481 glReadPixels(0, 0, bitmap->width(), bitmap->height(), format,
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 85 // So far, glReadPixels only supports two (format, type) combinations
439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
443 checkGlError("glReadPixels");
445 Log.d(TAG, mDrawNumber + "/" + frameNumber + " after glReadPixels "
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 663 public void glReadPixels(int x, int y, int width, int height, int format,
666 mgl.glReadPixels(x, y, width, height, format, type, pixels);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 792 void glReadPixels(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 560 public void glReadPixels(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 559 public void glReadPixels(int x, int y, int width, int height,
561 ((GL10)mGL).glReadPixels( x, y, width, height,
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 119 void (GLAPIENTRY *GLDispatch::glReadPixels)(GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,GLvoid *) = NULL;
357 LOAD_GL_FUNC(glReadPixels);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 110 ::glReadPixels(0, 0, m_currentWidth, m_currentHeight, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, pixels);
864 ::glReadPixels(x, y, width, height, format, type, data);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java     [all...]

Completed in 1061 milliseconds

12 3 4 5 6 7