Searched refs:GL_UNPACK_ALIGNMENT (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c112 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/
H A Dxfont.c118 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
270 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
372 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
H A Dpixelstore.c180 case GL_UNPACK_ALIGNMENT:
318 case GL_UNPACK_ALIGNMENT:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c119 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/
H A Dglx_usefont.c112 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/
H A Dxfont.c118 glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
270 glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment);
280 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
372 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
H A Dpixelstore.c180 case GL_UNPACK_ALIGNMENT:
318 case GL_UNPACK_ALIGNMENT:
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c119 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/
H A Dgles2_cmd_decoder_unittest_0_autogen.h71 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
H A Dgles2_cmd_validation_implementation_autogen.h171 GL_UNPACK_ALIGNMENT,
196 GL_UNPACK_ALIGNMENT,
256 GL_UNPACK_ALIGNMENT,
H A Dcontext_state_impl_autogen.h121 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/
H A DSimple_Texture2D.c55 glPixelStorei ( GL_UNPACK_ALIGNMENT, 1 );
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc90 glGetIntegerv(GL_UNPACK_ALIGNMENT, &unpack_alignment_);
173 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack_alignment_);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_cpal.c205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
H A Dpixelstore.c227 case GL_UNPACK_ALIGNMENT:
/external/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c205 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, 1);
228 _mesa_PixelStorei(GL_UNPACK_ALIGNMENT, saved_align);
H A Dpixelstore.c227 case GL_UNPACK_ALIGNMENT:
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_model_utils.cc164 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
/external/chromium_org/third_party/angle_dx11/samples/angle/Simple_Instancing/
H A DSimple_Instancing.c65 glPixelStorei ( GL_UNPACK_ALIGNMENT, 1 );
/external/chromium_org/cc/scheduler/
H A Dtexture_uploader_unittest.cc32 case GL_UNPACK_ALIGNMENT:
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultipleRenderTargets/
H A DMultipleRenderTargets.c67 glPixelStorei ( GL_UNPACK_ALIGNMENT, 1 );
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DTextureUtil.java236 GLES20.glPixelStorei(GLES20.GL_UNPACK_ALIGNMENT, 1);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h358 { 0x0CF5, "GL_UNPACK_ALIGNMENT", },
908 { GL_UNPACK_ALIGNMENT, "GL_UNPACK_ALIGNMENT" },
935 { GL_UNPACK_ALIGNMENT, "GL_UNPACK_ALIGNMENT" },
1019 { GL_UNPACK_ALIGNMENT, "GL_UNPACK_ALIGNMENT" },
H A Dgles2_cmd_utils.cc205 case GL_UNPACK_ALIGNMENT:
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DTextureUtil.java399 glPixelStorei(GL_UNPACK_ALIGNMENT, 1);

Completed in 444 milliseconds

12