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

1 2 3 4 5 6 7 8

  /frameworks/base/libs/hwui/
Dither.cpp 56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat));
67 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 112 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
267 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
370 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 118 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
270 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
372 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
pixelstore.c 180 case GL_UNPACK_ALIGNMENT:
318 case GL_UNPACK_ALIGNMENT:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 119 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
273 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
283 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
376 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 112 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
267 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
277 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
370 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
  /external/mesa3d/src/glx/
xfont.c 118 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
270 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
372 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
pixelstore.c 180 case GL_UNPACK_ALIGNMENT:
318 case GL_UNPACK_ALIGNMENT:
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 119 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
273 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
283 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
376 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 71 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
gles2_cmd_validation_implementation_autogen.h 171 GL_UNPACK_ALIGNMENT,
196 GL_UNPACK_ALIGNMENT,
256 GL_UNPACK_ALIGNMENT,
context_state_impl_autogen.h 121 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack_alignment);
298 case GL_UNPACK_ALIGNMENT:
622 case GL_UNPACK_ALIGNMENT:
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_Texture2D/
Simple_Texture2D.c 55 glPixelStorei ( GL_UNPACK_ALIGNMENT, 1 );
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /packages/apps/Camera2/jni/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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 109 return param == GL_PACK_ALIGNMENT || param == GL_UNPACK_ALIGNMENT;
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 90 glGetIntegerv(GL_UNPACK_ALIGNMENT, &unpack_alignment_);
173 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack_alignment_);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.cc 164 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /external/chromium_org/third_party/angle_dx11/samples/angle/Simple_Instancing/
Simple_Instancing.c 65 glPixelStorei ( GL_UNPACK_ALIGNMENT, 1 );
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 211 case GL_UNPACK_ALIGNMENT:

Completed in 1367 milliseconds

1 2 3 4 5 6 7 8