Searched defs:isInt (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 106 bool isInt) { in setArray() 128 bool isInt) { in setBuffer() 162 bool isInt) { in setFormat()
|
D | GLEScontext.cpp | 955 …size,GLenum type,GLsizei stride,const GLvoid* data, GLsizei dataSize, bool normalize, bool isInt) { in setPointer()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 664 …GLint size, GLsizei stride, GLboolean normalized, int index, bool isInt, GLuint ptrBufferName, boo… in setupArrWithDataSize() 711 …(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat()
|
D | GLESv2Imp.cpp | 4208 …enum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLsizei dataSize, bool isInt) { in s_glPrepareVertexAttribPointer()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | StateTrackingSupport.h | 85 bool isInt; member
|
D | GLClientState.cpp | 177 …ocation, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data, bool isInt) in setVertexAttribState() 213 …ibFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 422 …m arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index, bool isInt){ in setupArr()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 184 bool isInt; member
|