Home
last modified time | relevance | path

Searched defs:normalized (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp34 GLboolean normalized; member
/hardware/google/aemu/base/testing/
Dfile_io.cpp53 auto normalized = PathUtils::recompose(PathUtils::decompose(path)); in android_fopen() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp664 …GLint size, GLsizei stride, GLboolean normalized, int index, bool isInt, GLuint ptrBufferName, boo… in setupArrWithDataSize()
711 …etVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in setVertexAttribFormat()
DGLESv2Imp.cpp4208 …ointer(GLESv2Context* ctx, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei st… in s_glPrepareVertexAttribPointer()
4228 …NTRY glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointer()
4239 …xAttribPointerWithDataSize(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointerWithDataSize()
DGLESv31Imp.cpp605 …glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in glVertexAttribFormat()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp315GLboolean normalized, GLsizei stride, void * data, GLuint datalen) in s_glVertexAttribPointerData()
333 GLboolean normalized, GLsizei stride, GLuint data) in s_glVertexAttribPointerOffset()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp176 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState()
212 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized in setVertexAttribFormat()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp422 …d* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index,… in setupArr()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h172 bool normalized; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp1310 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri… in glVertexAttribPointer()
1680 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei … in glVertexAttribPointerData()
1686 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsize… in glVertexAttribPointerOffset()
2862 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint… in glVertexAttribFormat()
DGL2Encoder.cpp747 …exAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in s_glVertexAttribPointer()
6076 …ibFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in s_glVertexAttribFormat()
Dgl2_enc.cpp5143 …ointerData_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointerData_enc()
5178 …nterOffset_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointerOffset_enc()
11265 …mat_enc(void *self , GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in glVertexAttribFormat_enc()