Searched refs:usage (Results 101 - 103 of 103) sorted by relevance

12345

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp271 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
274 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
300 (GLenum)usage
273 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp4090 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
4093 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
4119 (GLenum)usage
4092 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp460 void GLTrace_glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) { argument
484 // copy argument usage
488 arg_usage->add_intvalue((int)usage);
493 glContext->hooks->gl.glBufferData(target, size, data, usage);

Completed in 174 milliseconds

12345