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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.h 48 int packAlignment,
GLESTextureUtils.cpp 290 int packAlignment,
299 int totalRowSize = computePitch(widthTotal, format, type, packAlignment);
300 int pixelsOnlyRowSize = computePitch(width, format, type, packAlignment);
304 format, type, widthTotal, height, packAlignment, packSkipPixels, packSkipRows, 0 /* skip images = 0 */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 232 IGLProperty packAlignment = new GLIntegerProperty(GLStateType.PACK_ALIGNMENT,
237 packAlignment, unpackAlignment);
  /frameworks/native/opengl/libagl/
texture.cpp 50 c->textures.packAlignment = 4;
957 c->textures.packAlignment = param;
    [all...]
context.h 364 uint8_t packAlignment;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 288 GLint packAlignment;
Context.cpp 163 mState.packAlignment = 4;
914 mState.packAlignment = alignment;
919 return mState.packAlignment;
1219 case GL_PACK_ALIGNMENT: *params = mState.packAlignment; break;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 152 mState.packAlignment = 4;
760 mState.packAlignment = alignment;
765 return mState.packAlignment;
    [all...]
Context.h 501 GLint packAlignment;

Completed in 230 milliseconds