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

1 2 3 4 5

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 70 glPixelStorei,
  /external/skia/gpu/src/android/
GrGLDefaultInterface_android.cpp 73 glPixelStorei,
  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 135 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
TextureCache.cpp 191 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
195 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
GradientCache.cpp 168 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
LayerCache.cpp 113 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 175 s_gl2.glPixelStorei(GL_PACK_ALIGNMENT, 1);
183 s_gl.glPixelStorei(GL_PACK_ALIGNMENT, 1);
ColorBuffer.cpp 139 s_gl.glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
150 s_gl.glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
GLDispatch.h 136 glPixelStorei_t glPixelStorei;
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 131 glPixelStorei(GL_PACK_ROW_LENGTH, rowBytes / 4);
  /external/webkit/Source/WebCore/platform/graphics/android/
GLUtils.cpp 319 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
339 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
359 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
497 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
528 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
VideoLayerAndroid.cpp 129 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 156 LOAD_GL_FUNC(glPixelStorei);
GLDispatch.h 133 void (GLAPIENTRY *glPixelStorei) (GLenum pname, GLint param);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 133 {"glPixelStorei", (void *)glPixelStorei},
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 213 glPixelStorei(GL_PACK_ROW_LENGTH, rowBytes / 4);
214 glPixelStorei(GL_PACK_ALIGNMENT, 4);
  /external/quake/quake/src/WinQuake/
glquake.h 397 #define glPixelStorei(...) do { glPixelStorei(__VA_ARGS__); GLCHECK("glPixelStorei");} while(0)
  /external/skia/gpu/src/mac/
GrGLDefaultInterface_mac.cpp 79 gDefaultInterface.fPixelStorei = glPixelStorei;
  /external/skia/gpu/src/mesa/
GrGLDefaultInterface_mesa.cpp 94 gDefaultInterface.fPixelStorei = glPixelStorei;
  /external/skia/gpu/src/unix/
GrGLDefaultInterface_unix.cpp 95 gDefaultInterface.fPixelStorei = glPixelStorei;
  /external/skia/gpu/src/win/
GrGLDefaultInterface_win.cpp 74 gDefaultInterface.fPixelStorei = glPixelStorei;
  /frameworks/base/libs/rs/driver/
rsdAllocation.cpp 83 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
96 RSD_CALL_GL(glPixelStorei, GL_UNPACK_ALIGNMENT, 1);
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 352 DEF(glPixelStorei),
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 116 case glPixelStorei:

Completed in 3261 milliseconds

1 2 3 4 5