Searched defs:normalized (Results 1 - 5 of 5) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dhdsmart.h24 unsigned char normalized; member in struct:ata_smart_attribute_s
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DGLClientState.cpp84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data) argument
95 m_states[location].normalized = normalized;
H A DGLClientState.h65 bool normalized; member in struct:GLClientState::__anon593
86 void setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data);
245 *ptr = (T)(vertexAttrib->normalized);
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_enc.cpp2780 void glVertexAttribPointerData_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen) argument
2796 memcpy(ptr, &normalized, 1); ptr += 1;
2803 void glVertexAttribPointerOffset_enc(void *self , GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset) argument
2818 memcpy(ptr, &normalized, 1); ptr += 1;
H A Dgl2_entry.cpp149 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
210 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen);
211 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset);
1074 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) argument
1077 ctx->glVertexAttribPointer(ctx, indx, size, type, normalized, stride, ptr);
1442 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen) argument
1445 ctx->glVertexAttribPointerData(ctx, indx, size, type, normalized, stride, data, datalen);
1448 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset) argument
1451 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, offset);

Completed in 98 milliseconds