OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDirectBufferAddress
(Results
101 - 112
of
112
) sorted by null
1
2
3
4
5
/frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp
133
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES10.cpp
134
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES11.cpp
134
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES11Ext.cpp
134
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES31.cpp
132
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES20.cpp
134
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
android_opengl_GLES30.cpp
134
char* buf = (char*) _env->
GetDirectBufferAddress
(buffer);
[
all
...]
com_google_android_gles_jni_GLImpl.cpp
172
void* buf = _env->
GetDirectBufferAddress
(buffer);
[
all
...]
/art/runtime/
jni_internal_test.cc
[
all
...]
jni_internal.cc
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 758 milliseconds
1
2
3
4
5