Searched defs:barriers (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2866 /* void glMemoryBarrier ( GLbitfield barriers ) */
2869 (JNIEnv *_env, jobject _this, jint barriers) {
2871 (GLbitfield)barriers
2875 /* void glMemoryBarrierByRegion ( GLbitfield barriers ) */
2878 (JNIEnv *_env, jobject _this, jint barriers) {
2880 (GLbitfield)barriers
2868 android_glMemoryBarrier__I(JNIEnv *_env, jobject _this, jint barriers) argument
2877 android_glMemoryBarrierByRegion__I(JNIEnv *_env, jobject _this, jint barriers) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp12956 void GLTrace_glMemoryBarrier(GLbitfield barriers) { argument
12962 // copy argument barriers
12966 arg_barriers->add_intvalue(barriers);
12971 glContext->hooks->gl.glMemoryBarrier(barriers);
12984 void GLTrace_glMemoryBarrierByRegion(GLbitfield barriers) { argument
12990 // copy argument barriers
12994 arg_barriers->add_intvalue(barriers);
12999 glContext->hooks->gl.glMemoryBarrierByRegion(barriers);
[all...]

Completed in 192 milliseconds