OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_pixelsbase
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_opengl_GLES10.cpp
[
all
...]
android_opengl_GLES20.cpp
[
all
...]
com_google_android_gles_jni_GLImpl.cpp
[
all
...]
android_opengl_GLES30.cpp
388
char *
_pixelsBase
= (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
389
pixels = (GLvoid *) (
_pixelsBase
+ _bufferOffset);
437
char *
_pixelsBase
= (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
438
pixels = (GLvoid *) (
_pixelsBase
+ _bufferOffset);
[
all
...]
Completed in 123 milliseconds