Searched refs:legal_getteximage_target (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texgetimage.c | 843 legal_getteximage_target(struct gl_context *ctx, GLenum target, bool dsa) in legal_getteximage_target() function 1365 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnTexImageARB() 1396 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetTexImage() 1432 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureImage() 1679 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnCompressedTexImageARB() 1709 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetCompressedTexImage()
|