Searched refs:legal_getteximage_target (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texgetimage.c | 842 legal_getteximage_target(struct gl_context *ctx, GLenum target, bool dsa) in legal_getteximage_target() function 1364 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnTexImageARB() 1395 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetTexImage() 1431 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureImage() 1467 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureSubImage() 1684 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnCompressedTexImageARB() 1714 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetCompressedTexImage()
|