Home | History | Annotate | Download | only in iosgl

Lines Matching refs:pixels

149   (JNIEnv *env, jobject, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels) {
150 void* dataPtr = getDirectBufferPointer( env, pixels );
170 (JNIEnv *env, jobject, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels) {
171 void* dataPtr = getDirectBufferPointer( env, pixels );