Searched refs:sizeOK (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstorage.c | 399 GLboolean sizeOK = GL_TRUE, dimensionsOK = GL_TRUE; local in function:texture_storage 421 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, levels, 0, texFormat, 426 if (dimensionsOK && sizeOK) { 444 if (!sizeOK) {
|
| H A D | textureview.c | 534 GLboolean sizeOK, dimensionsOK; local in function:texture_view 620 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 1, 0, texFormat, 623 if (!sizeOK) {
|
| H A D | teximage.c | 2923 bool dimensionsOK = true, sizeOK = true; local in function:teximage 3029 sizeOK = ctx->Driver.TestProxyTexImage(ctx, proxy_target(target), 3042 if (dimensionsOK && sizeOK) { 3062 if (!sizeOK) { 5803 GLboolean sizeOK, dimensionsOK, samplesOK; local in function:texture_image_multisample 5894 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 0, 0, texFormat, 5898 if (samplesOK && dimensionsOK && sizeOK) { 5915 if (!sizeOK) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstorage.c | 399 GLboolean sizeOK = GL_TRUE, dimensionsOK = GL_TRUE; local in function:texture_storage 421 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, levels, 0, texFormat, 426 if (dimensionsOK && sizeOK) { 444 if (!sizeOK) {
|
| H A D | textureview.c | 537 GLboolean sizeOK, dimensionsOK; local in function:texture_view 623 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 1, 0, texFormat, 626 if (!sizeOK) {
|
| H A D | teximage.c | 2988 bool dimensionsOK = true, sizeOK = true; local in function:teximage 3096 sizeOK = ctx->Driver.TestProxyTexImage(ctx, proxy_target(target), 3109 if (dimensionsOK && sizeOK) { 3129 if (!sizeOK) { 6783 GLboolean sizeOK, dimensionsOK, samplesOK; local in function:texture_image_multisample 6874 sizeOK = ctx->Driver.TestProxyTexImage(ctx, target, 0, 0, texFormat, 6878 if (samplesOK && dimensionsOK && sizeOK) { 6895 if (!sizeOK) {
|
Completed in 21 milliseconds