Searched refs:type_base (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetActiveUniform.cpp | 14 GLenum *type_base = (GLenum *) 0; in android_glGetActiveUniform__III_3II_3II_3II_3BI() local 64 type_base = (GLenum *) in android_glGetActiveUniform__III_3II_3II_3II_3BI() 66 type = type_base + typeOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI() 100 if (type_base) { in android_glGetActiveUniform__III_3II_3II_3II_3BI() 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveUniform__III_3II_3II_3II_3BI() 181 GLenum *type_base = (GLenum *) 0; in android_glGetActiveUniform1() local 229 type_base = (GLenum *) in android_glGetActiveUniform1() 231 type = type_base + typeOffset; in android_glGetActiveUniform1() 244 if (type_base) { in android_glGetActiveUniform1() 245 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveUniform1()
|
D | glGetActiveAttrib.cpp | 14 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local 64 type_base = (GLenum *) in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 66 type = type_base + typeOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 100 if (type_base) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 179 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib1() local 226 type_base = (GLenum *) in android_glGetActiveAttrib1() 228 type = type_base + typeOffset; in android_glGetActiveAttrib1() 240 if (type_base) { in android_glGetActiveAttrib1() 241 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib1()
|
D | glGetTransformFeedbackVarying.cpp | 14 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() local 64 type_base = (GLenum *) in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 66 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 100 if (type_base) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 199 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying1() local 246 type_base = (GLenum *) in android_glGetTransformFeedbackVarying1() 248 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying1() 260 if (type_base) { in android_glGetTransformFeedbackVarying1() 261 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying1()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1845 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local 1895 type_base = (GLenum *) in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1897 type = type_base + typeOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1931 if (type_base) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1932 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 2010 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib1() local 2057 type_base = (GLenum *) in android_glGetActiveAttrib1() 2059 type = type_base + typeOffset; in android_glGetActiveAttrib1() 2071 if (type_base) { in android_glGetActiveAttrib1() 2072 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib1() [all …]
|
D | android_opengl_GLES30.cpp | 2144 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() local 2194 type_base = (GLenum *) in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2196 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2230 if (type_base) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2231 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2329 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying1() local 2376 type_base = (GLenum *) in android_glGetTransformFeedbackVarying1() 2378 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying1() 2390 if (type_base) { in android_glGetTransformFeedbackVarying1() 2391 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying1()
|