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

1 2 3 4 5 6 7

  /frameworks/base/libs/hwui/
Dither.cpp 53 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat));
64 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
TextureCache.cpp 242 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
248 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
254 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
263 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
LayerCache.cpp 120 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
Layer.h 263 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
TextDropShadowCache.cpp 207 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
GradientCache.cpp 290 glPixelStorei(GL_UNPACK_ALIGNMENT, 4);
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 70 glPixelStorei,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 101 {"glPixelStorei", (void*)glPixelStorei},
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 131 glPixelStorei(GL_PACK_ROW_LENGTH, rowBytes / 4);
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 190 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
215 glPixelStorei(GL_UNPACK_ROW_LENGTH, mWidth);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 320 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
340 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
360 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
524 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
551 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 123 {"glPixelStorei", (void*)glPixelStorei},
  /device/generic/goldfish/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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 156 LOAD_GL_FUNC(glPixelStorei);
  /external/quake/quake/src/WinQuake/
glquake.h 397 #define glPixelStorei(...) do { glPixelStorei(__VA_ARGS__); GLCHECK("glPixelStorei");} while(0)
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 236 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 69 interface->fPixelStorei = glPixelStorei;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 68 interface->fPixelStorei = glPixelStorei;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 108 interface->fPixelStorei = glPixelStorei;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 352 DEF(glPixelStorei),
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 76 interface->fPixelStorei = glPixelStorei;

Completed in 1218 milliseconds

1 2 3 4 5 6 7