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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/libs/hwui/
Dither.cpp 56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat));
67 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
TextureCache.cpp 293 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
299 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
305 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
314 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
gluTexture.cpp 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
370 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
491 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
550 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
610 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
670 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
texture_utils.cpp 13 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
tga_utils.cpp 112 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /external/chromium_org/third_party/angle/tests/angle_tests/
UnpackAlignmentTest.cpp 100 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
103 glGetIntegerv(GL_UNPACK_ALIGNMENT, &readbackAlignment);
139 glGetIntegerv(GL_UNPACK_ALIGNMENT, &defaultAlignment);
  /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/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 271 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
333 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
386 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
444 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
492 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
545 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
599 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
671 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
740 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
804 glPixelStorei(GL_UNPACK_ALIGNMENT, 1)
    [all...]
es2fTextureSpecificationTests.cpp 635 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
679 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
726 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
777 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
836 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
883 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment);
929 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
    [all...]
  /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);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 103 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 57 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
  /packages/apps/Camera/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 110 return param == GL_PACK_ALIGNMENT || param == GL_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);

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011