OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
51
c->textures.
unpackAlignment
= 4;
371
const int32_t align = c->textures.
unpackAlignment
-1;
963
c->textures.
unpackAlignment
= param;
[
all
...]
context.h
365
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 135 milliseconds