/frameworks/compile/slang/ |
H A D | slang_rs_export_element.h | 45 bool normalized; member in struct:slang::RSExportElement::__anon1278
|
H A D | slang_rs_export_element.cpp | 37 bool normalized; member in struct:slang::DataElementInfo 61 EI->normalized = DataElementInfoTable[i].normalized; 97 EI->normalized); 112 EI->normalized);
|
/frameworks/rs/driver/ |
H A D | rsdVertexArray.h | 43 bool normalized; member in class:RsdVertexArray::Attrib 48 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char *name);
|
H A D | rsdVertexArray.cpp | 49 normalized = false; 54 bool normalized, size_t offset, 60 this->normalized = normalized; 77 mAttribs[idx].normalized, 112 mAttribs[ct].normalized, 53 set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char *name) argument
|
/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.h | 133 // normalized between 0.0 and 1.0. If this region exceeds the input frame 138 // the passed Quad. Values are considered normalized between 0.0 and 1.0. 147 // normalized between 0.0 and 1.0. If this region exceeds the output frame 152 // the passed Quad. Values are considered normalized between 0.0 and 1.0. 255 // normalize: True, if not float values should be normalized to the range 413 bool normalized; member in struct:android::filterfw::ShaderProgram::VertexAttrib
|
/frameworks/base/services/core/java/com/android/server/ |
H A D | AnyMotionDetector.java | 265 Vector3 previousGravityVectorNormalized = mPreviousGravityVector.normalized(); 266 Vector3 currentGravityVectorNormalized = mCurrentGravityVector.normalized(); 381 public Vector3 normalized() { method in class:AnyMotionDetector.Vector3 388 * Assumes both have already been normalized.
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | common.cpp | 40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 39 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A D | RecurrenceProcessor.java | 452 Log.i(TAG, "normalized t=" + t + " " + t.month 1130 * when time jumps forward an hour, then the "normalized" value will be 1289 * Converts a normalized Time value to a 64-bit long. The mapping of Time 1295 * @param normalized a Time object whose date and time fields have been 1296 * normalized 1300 private static final long normDateTimeComparisonValue(Time normalized) { argument 1303 return ((long)normalized.year << 26) + (normalized.month << 22) 1304 + (normalized.monthDay << 17) + (normalized [all...] |
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES11.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES31Ext.cpp | 64 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 65 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 63 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES32.cpp | 63 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 64 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 62 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES10.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES11Ext.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
H A D | android_opengl_GLES31.cpp | 63 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 64 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 3641 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */ 3644 (JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) { 3649 (GLboolean)normalized, 62 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument 3643 android_glVertexAttribFormat__IIIZI(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) argument
|
H A D | android_opengl_GLES20.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 6422 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) */ 6425 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) { 6430 (GLboolean)normalized, 6436 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) */ 6439 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) { 6458 (GLboolean)normalized, 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument 6424 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument 6438 android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) argument
|
H A D | android_opengl_GLES30.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 64 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 1073 // C function void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) 1079 boolean normalized, 1075 glVertexAttribFormat( int attribindex, int size, int type, boolean normalized, int relativeoffset ) argument
|
H A D | GLES20.java | 1875 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) 1881 boolean normalized, 1886 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) 1892 boolean normalized, 1902 boolean normalized, 1910 normalized, 1877 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument 1888 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument 1898 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |