Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c268 bool tex_storage, in st_bind_egl_image() argument
364 if (tex_storage && texObj->Target == GL_TEXTURE_2D in st_bind_egl_image()
/third_party/mesa3d/src/mesa/main/
Dteximage.c3396 GLeglImageOES image, bool tex_storage, in egl_image_target_texture() argument
3406 (tex_storage && _mesa_has_EXT_EGL_image_storage(ctx)); in egl_image_target_texture()
3417 …_mesa_error(ctx, tex_storage ? GL_INVALID_OPERATION : GL_INVALID_ENUM, "%s(target=%d)", caller, ta… in egl_image_target_texture()
3448 if (tex_storage) { in egl_image_target_texture()
3459 if (tex_storage) in egl_image_target_texture()