Home
last modified time | relevance | path

Searched defs:normalized (Results 1 – 14 of 14) 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.cpp604 …glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in glVertexAttribFormat()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h137 unsigned normalized:1; member
Du_format.c1374 const unsigned nr_components, const bool normalized, in util_format_get_array()
/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.cpp177 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState()
213 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized in setVertexAttribFormat()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h182 bool normalized; member
/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/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.cpp745 …exAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in s_glVertexAttribPointer()
5965 …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()