Searched refs:st_QueryTextureFormatSupport (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | formatquery.c | 1046 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 D | st_format.h | 74 st_QueryTextureFormatSupport(struct gl_context *ctx, GLenum target, GLenum internalFormat);
|
H A D | st_format.c | 1529 st_QueryTextureFormatSupport(struct gl_context *ctx, GLenum target, GLenum internalFormat) in st_QueryTextureFormatSupport() function
|