Searched refs:legal_getteximage_target (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texgetimage.c | 850 legal_getteximage_target(struct gl_context *ctx, GLenum target, bool dsa) in legal_getteximage_target() function 1492 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnTexImageARB() 1509 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetTexImage() 1532 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureImage() 1556 if (!legal_getteximage_target(ctx, target, true)) { in _mesa_GetTextureImageEXT() 1584 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetMultiTexImageEXT() 1620 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureSubImage() 1841 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnCompressedTexImageARB() 1871 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetCompressedTexImage()
|
Completed in 4 milliseconds