Searched refs:setVertexAttribFormat (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 71 …void setVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
|
D | GLESv31Imp.cpp | 607 ctx->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in glVertexAttribFormat() 614 ctx->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in glVertexAttribIFormat()
|
D | GLESv2Context.cpp | 711 void GLESv2Context::setVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean no… in setVertexAttribFormat() function in GLESv2Context
|
D | GLESv2Imp.cpp | 4223 ctx->setVertexAttribFormat(index, size, type, normalized, 0, isInt); in s_glPrepareVertexAttribPointer()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 277 …void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint relof…
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 758 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false); in s_glVertexAttribPointer() 4145 ctx->m_state->setVertexAttribFormat(index, size, type, false, 0, true); in s_glVertexAttribIPointer() 5972 state->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in s_glVertexAttribFormat() 5983 state->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in s_glVertexAttribIFormat()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 213 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized… in setVertexAttribFormat() function in gfxstream::guest::GLClientState
|