/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 129 bool normalized; member 220 …void setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stri… 224 …void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint relof… 626 *ptr = (T)(vertexAttrib.normalized); in getVertexAttribParameter()
|
D | GLClientState.cpp | 148 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized,… in setVertexAttribState() argument 165 m_currVaoState[location].normalized = normalized; in setVertexAttribState() 184 void GLClientState::setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized… in setVertexAttribFormat() argument 187 m_currVaoState[location].normalized = normalized; in setVertexAttribFormat()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 516 static void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointerData() argument 518 s_gles3.glVertexAttribPointer(indx, size, type, normalized, 0, data); in glVertexAttribPointerData() 521 static void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, in glVertexAttribPointerOffset() argument 523 s_gles3.glVertexAttribPointer(indx, size, type, normalized, 0, in glVertexAttribPointerOffset()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 148 …void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei str… 209 …void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei… 210 …void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsiz… 403 …void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuin… 1297 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri… in glVertexAttribPointer() argument 1300 ctx->glVertexAttribPointer(ctx, indx, size, type, normalized, stride, ptr); in glVertexAttribPointer() 1667 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei … in glVertexAttribPointerData() argument 1670 ctx->glVertexAttribPointerData(ctx, indx, size, type, normalized, stride, data, datalen); in glVertexAttribPointerData() 1673 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsize… in glVertexAttribPointerOffset() argument 1676 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, offset); in glVertexAttribPointerOffset() [all …]
|
D | GL2Encoder.h | 238 GLboolean normalized, GLsizei stride, const GLvoid * ptr); 742 …mat(void* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relative…
|
D | GL2Encoder.cpp | 636 …ribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… in s_glVertexAttribPointer() argument 649 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false); in s_glVertexAttribPointer() 667 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, (uintptr_t)ptr); in s_glVertexAttribPointer() 1255 …this->glVertexAttribPointerData(this, i, state.size, state.type, state.normalized, stride, (unsign… in sendVertexAttributes() 1273 …is->glVertexAttribPointerOffset(this, i, state.size, state.type, state.normalized, stride, offset … in sendVertexAttributes() 5283 …mat(void* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relative… in s_glVertexAttribFormat() argument 5290 state->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in s_glVertexAttribFormat() 5291 ctx->m_glVertexAttribFormat_enc(ctx, attribindex, size, type, normalized, relativeoffset); in s_glVertexAttribFormat()
|
D | gl2_enc.cpp | 4835 …rData_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… in glVertexAttribPointerData_enc() argument 4857 memcpy(ptr, &normalized, 1); ptr += 1; in glVertexAttribPointerData_enc() 4868 …ffset_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… in glVertexAttribPointerOffset_enc() argument 4889 memcpy(ptr, &normalized, 1); ptr += 1; in glVertexAttribPointerOffset_enc() 10605 …nc(void *self , GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relative… in glVertexAttribFormat_enc() argument 10626 memcpy(ptr, &normalized, 1); ptr += 1; in glVertexAttribFormat_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 69 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint…
|
D | gles2_core.entries | 145 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei str…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 141 GL_ENTRY(void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, G… 208 …rtexAttribPointerData, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… 209 …exAttribPointerOffset, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… 534 …exAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relative…
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 517 …lVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 517 …lVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,… 1174 …exAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relative…
|
D | gl3.h | 517 …lVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
|