OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_unpackAlignment
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
132
void setUnpackAlignment(GLint param){
m_unpackAlignment
= param; };
133
GLint getUnpackAlignment(){ return
m_unpackAlignment
; };
194
GLint
m_unpackAlignment
;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h
483
GC3Dint
m_unpackAlignment
;
[
all
...]
Completed in 37 milliseconds