Searched refs:type_base (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp14 GLenum *type_base = (GLenum *) 0; local
64 type_base = (GLenum *)
66 type = type_base + typeOffset;
100 if (type_base) {
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
179 GLenum *type_base = (GLenum *) 0; local
226 type_base = (GLenum *)
228 type = type_base + typeOffset;
240 if (type_base) {
241 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
H A DglGetActiveUniform.cpp14 GLenum *type_base = (GLenum *) 0; local
64 type_base = (GLenum *)
66 type = type_base + typeOffset;
100 if (type_base) {
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
181 GLenum *type_base = (GLenum *) 0; local
229 type_base = (GLenum *)
231 type = type_base + typeOffset;
244 if (type_base) {
245 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
H A DglGetTransformFeedbackVarying.cpp14 GLenum *type_base = (GLenum *) 0; local
64 type_base = (GLenum *)
66 type = type_base + typeOffset;
100 if (type_base) {
101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
199 GLenum *type_base = (GLenum *) 0; local
246 type_base = (GLenum *)
248 type = type_base + typeOffset;
260 if (type_base) {
261 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1880 GLenum *type_base = (GLenum *) 0; local
1930 type_base = (GLenum *)
1932 type = type_base + typeOffset;
1966 if (type_base) {
1967 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
2045 GLenum *type_base = (GLenum *) 0; local
2092 type_base = (GLenum *)
2094 type = type_base + typeOffset;
2106 if (type_base) {
2107 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
2204 GLenum *type_base = (GLenum *) 0; local
2371 GLenum *type_base = (GLenum *) 0; local
[all...]
H A Dandroid_opengl_GLES30.cpp2179 GLenum *type_base = (GLenum *) 0; local
2229 type_base = (GLenum *)
2231 type = type_base + typeOffset;
2265 if (type_base) {
2266 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
2364 GLenum *type_base = (GLenum *) 0; local
2411 type_base = (GLenum *)
2413 type = type_base + typeOffset;
2425 if (type_base) {
2426 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]

Completed in 113 milliseconds