| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | afsmultiarb.c | 329 GL_REG_0_ATI, GL_NONE, GL_SATURATE_BIT_ATI, 330 GL_REG_0_ATI, GL_NONE, GL_NONE, 331 GL_PRIMARY_COLOR, GL_NONE, GL_NONE); 333 GL_REG_0_ATI, GL_NONE, 334 GL_PRIMARY_COLOR, GL_NONE, GL_NONE); 336 GL_REG_0_ATI, GL_NONE, GL_SATURATE_BIT_ATI, 337 GL_REG_0_ATI, GL_NONE, GL_NON [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_rendertexture.c | 64 return GL_NONE; 82 return GL_NONE; 98 return GL_NONE; 147 if (srcBuffer == GL_NONE) { 154 if (target == GL_NONE) { 160 if (texFormat == GL_NONE) { 215 if (srcBuffer == GL_NONE) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_rendertexture.c | 64 return GL_NONE; 82 return GL_NONE; 98 return GL_NONE; 144 if (srcBuffer == GL_NONE) { 151 if (target == GL_NONE) { 157 if (texFormat == GL_NONE) { 211 if (srcBuffer == GL_NONE) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | buffers.c | 140 case GL_NONE: 257 return buf == GL_BACK || buf == GL_NONE || 295 if (buffer == GL_NONE) { 444 (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { 519 buffers[output] != GL_NONE && 527 if (buffers[output] == GL_NONE) { 573 buffers[output] != GL_NONE && 793 fb->ColorDrawBuffer[buf] = GL_NONE; 869 if (buffer == GL_NONE) {
|
| H A D | condrender.c | 46 assert(ctx->Query.CondRenderMode == GL_NONE); 145 ctx->Query.CondRenderMode = GL_NONE;
|
| H A D | framebuffer.c | 236 att->Type = GL_NONE; 747 if (att[BUFFER_DEPTH].Type == GL_NONE) { 753 if (att[BUFFER_STENCIL].Type == GL_NONE) { 758 if (att[BUFFER_DEPTH].Type == GL_NONE || 759 att[BUFFER_STENCIL].Type == GL_NONE) { 844 return GL_NONE; 920 return GL_NONE;
|
| H A D | shaderimage.c | 340 return GL_NONE; 365 return GL_NONE; 374 return GL_NONE;
|
| H A D | fbobject.c | 320 if (fb->Attachment[BUFFER_FRONT_LEFT].Type == GL_NONE) 326 if (fb->Attachment[BUFFER_FRONT_RIGHT].Type == GL_NONE) 408 att->Type = GL_NONE; 958 assert(att->Type == GL_NONE); 978 GLenum intFormat = GL_NONE; /* color buffers' internal format */ 1019 GLenum att_tex_target = GL_NONE; 1035 } else if (att->Type != GL_NONE) { 1046 } else if (att->Type != GL_NONE) { 1122 assert(att->Type == GL_NONE); 1188 if (intFormat != GL_NONE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | buffers.c | 137 case GL_NONE: 252 return buf == GL_BACK || buf == GL_NONE || 290 if (buffer == GL_NONE) { 458 (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { 533 buffers[output] != GL_NONE && 541 if (buffers[output] == GL_NONE) { 587 buffers[output] != GL_NONE && 825 fb->ColorDrawBuffer[buf] = GL_NONE; 901 if (buffer == GL_NONE) {
|
| H A D | framebuffer.c | 218 att->Type = GL_NONE; 728 if (att[BUFFER_DEPTH].Type == GL_NONE) { 734 if (att[BUFFER_STENCIL].Type == GL_NONE) { 739 if (att[BUFFER_DEPTH].Type == GL_NONE || 740 att[BUFFER_STENCIL].Type == GL_NONE) { 746 if (att[BUFFER_DEPTH].Type == GL_NONE || 747 att[BUFFER_STENCIL].Type == GL_NONE) { 832 return GL_NONE; 907 return GL_NONE;
|
| H A D | condrender.c | 46 assert(ctx->Query.CondRenderMode == GL_NONE); 145 ctx->Query.CondRenderMode = GL_NONE;
|
| H A D | shaderimage.c | 317 return GL_NONE; 342 return GL_NONE; 351 return GL_NONE;
|
| H A D | fbobject.c | 352 if (fb->Attachment[BUFFER_FRONT_LEFT].Type == GL_NONE) 358 if (fb->Attachment[BUFFER_FRONT_RIGHT].Type == GL_NONE) 437 att->Type = GL_NONE; 1074 assert(att->Type == GL_NONE); 1094 GLenum intFormat = GL_NONE; /* color buffers' internal format */ 1135 GLenum att_tex_target = GL_NONE; 1151 } else if (att->Type != GL_NONE) { 1162 } else if (att->Type != GL_NONE) { 1248 assert(att->Type == GL_NONE); 1315 if (ctx->API != API_OPENGLES2 && intFormat != GL_NONE [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | reflect.c | 305 if (w->drawBuffer == GL_NONE) { 316 if (w->drawBuffer == GL_NONE) { 317 glDrawBuffer(GL_NONE); 464 w->showBuffer = GL_NONE; 475 w->drawBuffer = GL_NONE; 548 w->showBuffer = GL_NONE;
|
| H A D | shadowtex.c | 452 glDrawBuffer(GL_NONE); 453 glReadBuffer(GL_NONE); 533 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_MODE_ARB, GL_NONE); 603 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_MODE_ARB, GL_NONE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex_copy.c | 68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE; 71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex_copy.c | 68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE; 71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | shaderutil.h | 19 #define END_OF_UNIFORMS { NULL, 0, GL_NONE, { 0, 0, 0, 0 }, -1 }
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 86 /* Note: Z32_FLOAT_X24S8 has datatype of GL_NONE */ 87 EXPECT_TRUE(datatype == GL_NONE ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_parameter.h | 163 return _mesa_add_typed_unnamed_constant(paramList, values, size, GL_NONE,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_parameter.h | 196 return _mesa_add_typed_unnamed_constant(paramList, values, size, GL_NONE,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_format.c | 1211 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE, 1425 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, 1469 params[0] = GL_NONE; 1475 * return GL_NONE. 1484 GL_NONE, 1485 GL_NONE, 1494 mesa_format format = st_ChooseTextureFormat(ctx, target, internalFormat, GL_NONE, GL_NONE); [all...] |
| H A D | st_cb_drawpixels.c | 1820 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE, 1821 GL_NONE, st->internal_target, 0, 0, 1833 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE, 1834 GL_NONE, st->internal_target, 0, 0, 1838 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE, 1839 GL_NONE, st->internal_target, 0, 0, 1843 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE, 1844 GL_NONE, st->internal_target, 0, 0, 1848 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, 1849 GL_NONE, s [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_format.c | 2146 if (format == GL_NONE || type == GL_NONE) 2284 return st_choose_format(st, internalFormat, GL_NONE, GL_NONE, 2482 format = st_choose_format(st, internalFormat, GL_NONE, GL_NONE, 2525 params[0] = GL_NONE; 2531 * return GL_NONE. 2540 GL_NONE, 2541 GL_NONE, [all...] |
| H A D | st_cb_drawpixels.c | 1726 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE, 1727 GL_NONE, st->internal_target, 0, 0, 1734 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE, 1735 GL_NONE, st->internal_target, 0, 0, 1739 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE, 1740 GL_NONE, st->internal_target, 0, 0, 1744 srcFormat = st_choose_format(st, GL_RGBA32UI, GL_NONE, 1745 GL_NONE, st->internal_target, 0, 0, 1749 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, 1750 GL_NONE, s [all...] |