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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 234 IGLProperty unpackAlignment = new GLIntegerProperty(GLStateType.UNPACK_ALIGNMENT,
237 packAlignment, unpackAlignment);
  /frameworks/native/opengl/libagl/
texture.cpp 48 c->textures.unpackAlignment = 4;
378 const int32_t align = c->textures.unpackAlignment-1;
970 c->textures.unpackAlignment = param;
    [all...]
context.h 364 uint8_t unpackAlignment;
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 731 int unpackAlignment;
734 unpackAlignment = 8;
736 unpackAlignment = 1;
738 glLog.glPixelStorei(GL_UNPACK_ALIGNMENT, unpackAlignment);
    [all...]

Completed in 347 milliseconds