/frameworks/rs/driver/ |
H A D | rsdVertexArray.cpp | 50 normalized = false; 55 bool normalized, uint32_t offset, 61 this->normalized = normalized; 78 mAttribs[idx].normalized, 113 mAttribs[ct].normalized, 54 set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name) argument
|
H A D | rsdVertexArray.h | 41 bool normalized; member in class:RsdVertexArray::Attrib 46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
|
H A D | rsdMeshObj.cpp | 113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32;
|
/frameworks/compile/slang/ |
H A D | slang_rs_export_element.h | 45 bool normalized; member in struct:slang::RSExportElement::__anon1296
|
H A D | slang_rs_export_element.cpp | 41 EI->normalized = _norm; \ 85 EI->normalized); 100 EI->normalized);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | TransitionDrawable.java | 178 float normalized = (float) 180 done = normalized >= 1.0f; 181 normalized = Math.min(normalized, 1.0f); 182 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized);
|
/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/tools/aidl/ |
H A D | Type.cpp | 1363 string normalized = normalize_generic(name); local 1366 ssize_t baseIndex = normalized.find('<'); 1367 string base(normalized.c_str(), baseIndex); 1380 while (normalized[start] != '\0') { 1381 end = normalized.find(',', start); 1382 if (end == normalized.npos) { 1383 end = normalized.find('>', start); 1385 string s(normalized.c_str()+start, end-start);
|
/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/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 66 normalized(false), 966 attrib.normalized = normalize; 992 attrib.normalized = normalize; 1032 attrib.normalized = false; 1078 attrib.normalized, 1088 attrib.normalized,
|
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/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 62 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 D | android_opengl_GLES20.cpp | 62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 5975 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) */ 5978 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) { 5983 (GLboolean)normalized, 5989 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) */ 5992 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) { 6008 (GLboolean)normalized, 61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument 5977 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument 5991 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_GLES10.cpp | 62 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 D | android_opengl_GLES11.cpp | 62 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 D | android_opengl_GLES11Ext.cpp | 62 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 D | android_opengl_GLES30.cpp | 62 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/base/opengl/java/android/opengl/ |
H A D | GLES20.java | 1872 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) 1878 boolean normalized, 1883 // C function void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) 1889 boolean normalized, 1899 boolean normalized, 1907 normalized, 1874 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, int offset ) argument 1885 glVertexAttribPointerBounds( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr, int remaining ) argument 1895 glVertexAttribPointer( int indx, int size, int type, boolean normalized, int stride, java.nio.Buffer ptr ) argument
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES20.spec | 142 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) 143 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
H A D | gltrace_fixup.cpp | 471 GLboolean normalized, GLsizei stride, const GLvoid* ptr, 474 GLboolean normalized, GLsizei stride, const GLvoid* ptr, 499 // copy argument normalized 503 arg_normalized->add_boolvalue(normalized); 469 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
|
H A D | gltrace_api.h | 164 void GLTrace_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
|
H A D | gltrace_api.cpp | 5621 void GLTrace_glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) { argument 5645 // copy argument normalized 5649 arg_normalized->add_boolvalue(normalized); 5666 glContext->hooks->gl.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
|
/frameworks/native/opengl/include/GLES2/ |
H A D | gl2.h | 613 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
|
/frameworks/native/opengl/include/GLES3/ |
H A D | gl3.h | 947 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
|