Home
last modified time | relevance | path

Searched refs:st_QueryTextureFormatSupport (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dformatquery.c1046 if (!st_QueryTextureFormatSupport(ctx, target, internalformat)) { in _mesa_GetInternalformativ()
1134 if (!st_QueryTextureFormatSupport(ctx, target, internalformat)) { in _mesa_GetInternalformativ()
1151 if (!st_QueryTextureFormatSupport(ctx, target, internalformat)) { in _mesa_GetInternalformativ()
1171 if (!st_QueryTextureFormatSupport(ctx, target, internalformat)) { in _mesa_GetInternalformativ()
1550 if (!st_QueryTextureFormatSupport(ctx, target, internalformat)) { in _mesa_GetInternalformativ()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.h74 st_QueryTextureFormatSupport(struct gl_context *ctx, GLenum target, GLenum internalFormat);
H A Dst_format.c1529 st_QueryTextureFormatSupport(struct gl_context *ctx, GLenum target, GLenum internalFormat) in st_QueryTextureFormatSupport() function