Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp663 …GLint size, GLsizei stride, GLboolean normalized, int index, bool isInt, GLuint ptrBufferName, boo… in setupArrWithDataSize()
710 …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()
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotVertexAttributes_unittest.cpp34 GLboolean normalized; member
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp516 static void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointerData()
521 static void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointerOffset()
/device/generic/vulkan-cereal/stream-servers/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()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp179 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState()
215 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized in setVertexAttribFormat()
DGLClientState.h180 bool normalized; member
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp421 …d* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index,… in setupArr()
/device/generic/goldfish-opengl/system/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.cpp734 …exAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in s_glVertexAttribPointer()
5994 …ibFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in s_glVertexAttribFormat()
Dgl2_enc.cpp5139 …ointerData_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointerData_enc()
5174 …nterOffset_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei st… in glVertexAttribPointerOffset_enc()
11261 …mat_enc(void *self , GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint rel… in glVertexAttribFormat_enc()