Searched refs:image_handle (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c78 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, argument
90 if (!smapi->get_egl_image(smapi, (void *) image_handle, out)) {
91 /* image_handle does not refer to a valid EGL image object */
140 GLeglImageOES image_handle)
145 if (st_get_egl_image(ctx, image_handle, PIPE_BIND_RENDER_TARGET,
240 GLeglImageOES image_handle)
244 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW,
138 st_egl_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,GLeglImageOES image_handle) argument
237 st_egl_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c166 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, argument
179 if (!smapi->get_egl_image(smapi, (void *) image_handle, out)) {
180 /* image_handle does not refer to a valid EGL image object */
232 GLeglImageOES image_handle)
238 if (st_get_egl_image(ctx, image_handle, PIPE_BIND_RENDER_TARGET,
402 GLeglImageOES image_handle)
407 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW,
422 GLeglImageOES image_handle)
427 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW,
437 st_validate_egl_image(struct gl_context *ctx, GLeglImageOES image_handle) argument
230 st_egl_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,GLeglImageOES image_handle) argument
399 st_egl_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
419 st_egl_image_target_tex_storage(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.h77 GLeglImageOES image_handle);
H A Dradeon_texture.c538 GLeglImageOES image_handle)
547 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
535 radeon_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
H A Dradeon_fbo.c565 void *image_handle)
573 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
563 radeon_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.h76 GLeglImageOES image_handle);
H A Dradeon_texture.c537 GLeglImageOES image_handle)
546 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
534 radeon_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
H A Dradeon_fbo.c565 void *image_handle)
573 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
563 radeon_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c339 GLeglImageOES image_handle)
346 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
336 intel_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
H A Dintel_fbo.c240 void *image_handle)
248 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
238 intel_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c339 GLeglImageOES image_handle)
346 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
336 intel_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
H A Dintel_fbo.c240 void *image_handle)
248 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
238 intel_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_image.c608 GLeglImageOES image_handle,
616 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
672 GLeglImageOES image_handle)
674 brw_image_target_texture(ctx, target, texObj, texImage, image_handle,
682 GLeglImageOES image_handle)
685 brw_image_target_texture(ctx, target, texObj, texImage, image_handle,
605 brw_image_target_texture(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle,bool storage) argument
669 brw_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
679 brw_image_target_tex_storage(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
H A Dbrw_fbo.c363 void *image_handle)
370 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
361 brw_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c363 void *image_handle)
370 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
361 intel_image_target_renderbuffer_storage(struct gl_context * ctx,struct gl_renderbuffer * rb,void * image_handle) argument
H A Dintel_tex_image.c608 GLeglImageOES image_handle)
615 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
605 intel_image_target_texture_2d(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj,struct gl_texture_image * texImage,GLeglImageOES image_handle) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddd.h1061 GLeglImageOES image_handle);
1064 void *image_handle);
1072 GLeglImageOES image_handle);
1407 GLboolean (*ValidateEGLImage)(struct gl_context *ctx, GLeglImageOES image_handle);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddd.h972 GLeglImageOES image_handle);
975 void *image_handle);

Completed in 23 milliseconds