Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexgetimage.c849 legal_getteximage_target(struct gl_context *ctx, GLenum target, bool dsa) in legal_getteximage_target() function
1488 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnTexImageARB()
1505 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetTexImage()
1528 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureImage()
1552 if (!legal_getteximage_target(ctx, target, true)) { in _mesa_GetTextureImageEXT()
1580 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetMultiTexImageEXT()
1616 if (!legal_getteximage_target(ctx, texObj->Target, true)) { in _mesa_GetTextureSubImage()
1834 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetnCompressedTexImageARB()
1864 if (!legal_getteximage_target(ctx, target, false)) { in _mesa_GetCompressedTexImage()