Searched refs:normalized (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/native/opengl/include/GLES3/
H A Dgl31.h517 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
1174 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
H A Dgl3.h517 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
H A Dandroid_opengl_GLES30.cpp62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h164 void GLTrace_glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer);
334 void GLTrace_glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
H A Dgltrace_api.cpp5620 void GLTrace_glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer) { argument
5644 // copy argument normalized
5648 arg_normalized->add_boolvalue(normalized);
5665 glContext->hooks->gl.glVertexAttribPointer(index, size, type, normalized, stride, pointer);
13285 void GLTrace_glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) { argument
13309 // copy argument normalized
13313 arg_normalized->add_boolvalue(normalized);
13324 glContext->hooks->gl.glVertexAttribFormat(attribindex, size, type, normalized, relativeoffset);
[all...]

Completed in 1016 milliseconds

12