OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_typeArray
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp
129
jarray
_typeArray
= (jarray) 0;
140
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
150
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
162
if (
_typeArray
) {
163
releasePointer(_env,
_typeArray
, type, JNI_TRUE);
274
jarray
_typeArray
= (jarray) 0;
298
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
304
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
317
if (
_typeArray
) {
318
releasePointer(_env,
_typeArray
, type, JNI_TRUE)
[
all
...]
glGetActiveUniform.cpp
129
jarray
_typeArray
= (jarray) 0;
140
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
150
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
162
if (
_typeArray
) {
163
releasePointer(_env,
_typeArray
, type, JNI_TRUE);
277
jarray
_typeArray
= (jarray) 0;
298
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
305
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
318
if (
_typeArray
) {
319
releasePointer(_env,
_typeArray
, type, JNI_TRUE)
[
all
...]
glGetTransformFeedbackVarying.cpp
129
jarray
_typeArray
= (jarray) 0;
140
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
150
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
162
if (
_typeArray
) {
163
releasePointer(_env,
_typeArray
, type, JNI_TRUE);
274
jarray
_typeArray
= (jarray) 0;
298
type = (GLenum *)getPointer(_env, type_buf, &
_typeArray
, &_typeRemaining, &_typeBufferOffset);
304
char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(
_typeArray
, (jboolean *) 0);
317
if (
_typeArray
) {
318
releasePointer(_env,
_typeArray
, type, JNI_TRUE)
[
all
...]
/frameworks/base/core/jni/
android_opengl_GLES20.cpp
[
all
...]
android_opengl_GLES30.cpp
[
all
...]
Completed in 1173 milliseconds