Home
last modified time | relevance | path

Searched refs:ptr_buf (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6409 …nt indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) { in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I() argument
6418 if (ptr_buf) { in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I()
6419 ptr = (GLvoid *) getDirectBufferPointer(_env, ptr_buf); in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I()