Home
last modified time | relevance | path

Searched refs:setVertexAttribFormat (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h71 …void setVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
DGLESv31Imp.cpp607 ctx->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in glVertexAttribFormat()
614 ctx->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in glVertexAttribIFormat()
DGLESv2Context.cpp711 void GLESv2Context::setVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean no… in setVertexAttribFormat() function in GLESv2Context
DGLESv2Imp.cpp4223 ctx->setVertexAttribFormat(index, size, type, normalized, 0, isInt); in s_glPrepareVertexAttribPointer()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h277 …void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint relof…
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp758 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/
DGLClientState.cpp213 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized… in setVertexAttribFormat() function in gfxstream::guest::GLClientState