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 741 int unpackAlignment;
744 unpackAlignment = 8;
746 unpackAlignment = 1;
748 glLog.glPixelStorei(GL_UNPACK_ALIGNMENT, unpackAlignment);
    [all...]

Completed in 123 milliseconds