Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 4 of 4) sorted by relevance

/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DGLESpointer.cpp84 void GLESpointer::setArray(GLint size,GLenum type,GLsizei stride,const GLvoid* data,bool normalize)… in setArray()
95 …Lint size,GLenum type,GLsizei stride,GLESbuffer* buf,GLuint bufferName,int offset,bool normalize) { in setBuffer()
DGLEScontext.cpp172 …etPointer(GLenum arrType,GLint size,GLenum type,GLsizei stride,const GLvoid* data,bool normalize) { in setPointer()
/development/samples/TtsEngine/src/com/example/android/ttsengine/
DRobotSpeakTtsService.java200 private static char normalize(char input) { in normalize() method in RobotSpeakTtsService
/development/samples/GlobalTime/src/com/android/globaltime/
DShape.java123 public static void normalize(float[] v) { in normalize() method in Shape