Searched defs: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
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
183 GLenum *type_base = (GLenum *) 0; local
230 type_base = (GLenum *)
232 type = type_base + typeOffset;
244 if (type_base) {
245 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
H A DglGetActiveUniform.cpp14 GLenum *type_base = (GLenum *) 0; local
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
185 GLenum *type_base = (GLenum *) 0; local
233 type_base = (GLenum *)
235 type = type_base + typeOffset;
248 if (type_base) {
249 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
H A DglGetTransformFeedbackVarying.cpp14 GLenum *type_base = (GLenum *) 0; local
68 type_base = (GLenum *)
70 type = type_base + typeOffset;
104 if (type_base) {
105 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
187 GLenum *type_base = (GLenum *) 0; local
234 type_base = (GLenum *)
236 type = type_base + typeOffset;
248 if (type_base) {
249 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1906 GLenum *type_base = (GLenum *) 0; local
1960 type_base = (GLenum *)
1962 type = type_base + typeOffset;
1996 if (type_base) {
1997 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
2079 GLenum *type_base = (GLenum *) 0; local
2126 type_base = (GLenum *)
2128 type = type_base + typeOffset;
2140 if (type_base) {
2141 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
[all...]
H A Dandroid_opengl_GLES20.cpp1779 GLenum *type_base = (GLenum *) 0; local
1833 type_base = (GLenum *)
1835 type = type_base + typeOffset;
1869 if (type_base) {
1870 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
1948 GLenum *type_base = (GLenum *) 0; local
1995 type_base = (GLenum *)
1997 type = type_base + typeOffset;
2009 if (type_base) {
2010 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base,
2107 GLenum *type_base = (GLenum *) 0; local
2278 GLenum *type_base = (GLenum *) 0; local
[all...]

Completed in 128 milliseconds