Searched refs:type_base (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
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 | 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 | 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 | 1879 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local 1929 type_base = (GLenum *) in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1931 type = type_base + typeOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1965 if (type_base) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1966 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 2044 GLenum *type_base = (GLenum *) 0; in android_glGetActiveAttrib1() local 2091 type_base = (GLenum *) in android_glGetActiveAttrib1() 2093 type = type_base + typeOffset; in android_glGetActiveAttrib1() 2105 if (type_base) { in android_glGetActiveAttrib1() 2106 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetActiveAttrib1() [all …]
|
D | android_opengl_GLES30.cpp | 2178 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() local 2228 type_base = (GLenum *) in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2230 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2264 if (type_base) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2265 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 2363 GLenum *type_base = (GLenum *) 0; in android_glGetTransformFeedbackVarying1() local 2410 type_base = (GLenum *) in android_glGetTransformFeedbackVarying1() 2412 type = type_base + typeOffset; in android_glGetTransformFeedbackVarying1() 2424 if (type_base) { in android_glGetTransformFeedbackVarying1() 2425 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, in android_glGetTransformFeedbackVarying1()
|