HomeSort by relevance Sort by last modified time
    Searched refs:packAlignment (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 218 GLint packAlignment;
Context.cpp 137 mState.packAlignment = 4;
771 mState.packAlignment = alignment;
776 return mState.packAlignment;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 102 GLint packAlignment = 4;
104 ::glGetIntegerv(GL_PACK_ALIGNMENT, &packAlignment);
105 if (packAlignment > 4) {
113 ::glPixelStorei(GL_PACK_ALIGNMENT, packAlignment);
    [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 48 c->textures.packAlignment = 4;
969 c->textures.packAlignment = param;
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 359 uint8_t packAlignment;

Completed in 202 milliseconds