Searched refs:GL_NONE (Results 1 - 25 of 126) sorted by relevance

123456

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dafsmultiarb.c329 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 Dstw_ext_rendertexture.c64 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 Dstw_ext_rendertexture.c64 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 Dbuffers.c140 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 Dcondrender.c46 assert(ctx->Query.CondRenderMode == GL_NONE);
145 ctx->Query.CondRenderMode = GL_NONE;
H A Dframebuffer.c236 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 Dshaderimage.c340 return GL_NONE;
365 return GL_NONE;
374 return GL_NONE;
H A Dfbobject.c320 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 Dbuffers.c137 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 Dframebuffer.c218 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 Dcondrender.c46 assert(ctx->Query.CondRenderMode == GL_NONE);
145 ctx->Query.CondRenderMode = GL_NONE;
H A Dshaderimage.c317 return GL_NONE;
342 return GL_NONE;
351 return GL_NONE;
H A Dfbobject.c352 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 Dreflect.c305 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 Dshadowtex.c452 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 Dradeon_tex_copy.c68 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 Dradeon_tex_copy.c68 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 Dshaderutil.h19 #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 Dmesa_formats.cpp86 /* 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 Dprog_parameter.h163 return _mesa_add_typed_unnamed_constant(paramList, values, size, GL_NONE,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_parameter.h196 return _mesa_add_typed_unnamed_constant(paramList, values, size, GL_NONE,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.c1211 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 Dst_cb_drawpixels.c1820 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 Dst_format.c2146 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 Dst_cb_drawpixels.c1726 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...]

Completed in 32 milliseconds

123456