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

1 2 3 4 5 6 7

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 68 EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
gles2_cmd_validation_implementation_autogen.h 157 GL_PACK_ALIGNMENT,
195 GL_PACK_ALIGNMENT,
255 GL_PACK_ALIGNMENT,
context_state_impl_autogen.h 120 glPixelStorei(GL_PACK_ALIGNMENT, pack_alignment);
292 case GL_PACK_ALIGNMENT:
616 case GL_PACK_ALIGNMENT:
  /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 89 glGetIntegerv(GL_PACK_ALIGNMENT, &pack_alignment_);
172 glPixelStorei(GL_PACK_ALIGNMENT, pack_alignment_);
  /external/chromium_org/third_party/mesa/src/src/glx/
pixelstore.c 119 case GL_PACK_ALIGNMENT:
263 case GL_PACK_ALIGNMENT:
  /external/mesa3d/src/glx/
pixelstore.c 119 case GL_PACK_ALIGNMENT:
263 case GL_PACK_ALIGNMENT:
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.cc 163 glPixelStorei(GL_PACK_ALIGNMENT, 1);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
debug.c 472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
pixelstore.c 123 case GL_PACK_ALIGNMENT:
  /external/mesa3d/src/mesa/main/
debug.c 472 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
505 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
541 _mesa_PixelStorei(GL_PACK_ALIGNMENT, 1);
pixelstore.c 123 case GL_PACK_ALIGNMENT:
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 153 case GL_PACK_ALIGNMENT:
GLClientState.cpp 209 case GL_PACK_ALIGNMENT:
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 202 glPixelStorei(GL_PACK_ALIGNMENT, 1);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 37 glPixelStorei(GL_PACK_ALIGNMENT, 4);
GLES20RenderEngine.cpp 45 glPixelStorei(GL_PACK_ALIGNMENT, 4);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 153 case GL_PACK_ALIGNMENT:
GLClientState.cpp 209 case GL_PACK_ALIGNMENT:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 153 public static final int GL_PACK_ALIGNMENT = 0x0D05;
GLES20Header.java-if 123 public static final int GL_PACK_ALIGNMENT = 0x0D05;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 274 gles2->PixelStorei(GL_PACK_ALIGNMENT, 4);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h 82 { 0x0D05, "GL_PACK_ALIGNMENT", },
    [all...]
gles2_cmd_utils.cc 129 case GL_PACK_ALIGNMENT:
  /development/ndk/platforms/android-4/include/GLES/
gl.h 236 #define GL_PACK_ALIGNMENT 0x0D05
370 #define GL_PACK_ALIGNMENT 0x0D05
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7