OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_texturesBase
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_opengl_GLES10.cpp
674
char *
_texturesBase
= (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
675
textures = (GLuint *) (
_texturesBase
+ _bufferOffset);
[
all
...]
android_opengl_GLES20.cpp
[
all
...]
com_google_android_gles_jni_GLImpl.cpp
608
char *
_texturesBase
= (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
609
textures = (GLuint *) (
_texturesBase
+ _bufferOffset);
[
all
...]
Completed in 3353 milliseconds