Searched refs:image_oes (Results 1 – 1 of 1) sorted by relevance
6903 void *image_oes) in vrend_resource_alloc_texture() argument6916 if (!image_oes) { in vrend_resource_alloc_texture()6921 image_oes = gr->egl_image; in vrend_resource_alloc_texture()6951 if (image_oes) { in vrend_resource_alloc_texture()6954 glEGLImageTargetTexStorageEXT(gr->target, (GLeglImageOES) image_oes, NULL); in vrend_resource_alloc_texture()6957 glEGLImageTargetTexture2DOES(gr->target, (GLeglImageOES) image_oes); in vrend_resource_alloc_texture()7064 if (image_oes && gr->gbm_bo) { in vrend_resource_alloc_texture()7113 void *image_oes) in vrend_renderer_resource_create() argument7126 vrend_resource_fixup_emulated_bgra(gr, image_oes); in vrend_renderer_resource_create()7127 ret = vrend_resource_alloc_texture(gr, format, image_oes); in vrend_renderer_resource_create()