Home | History | Annotate | Download | only in libagl

Lines Matching refs:image

1602 #pragma mark EGL Image Extension
1605 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image)
1613 if (image == EGL_NO_IMAGE_KHR) {
1618 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
1633 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image)
1641 if (image == EGL_NO_IMAGE_KHR) {
1646 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;