HomeSort by relevance Sort by last modified time
    Searched refs:SWIZZLE (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 16 enum FormatSupport { SUPPORTED, SWIZZLE, NOT_SUPPORTED };
25 // readback. If |can_swizzle| is true then this method will return SWIZZLE if
gl_helper_readback_support.cc 157 return GLHelperReadbackSupport::SWIZZLE;
169 return GLHelperReadbackSupport::SWIZZLE;
gl_helper.cc 176 ReadbackSwizzle swizzle,
250 ReadbackSwizzle swizzle);
288 ReadbackSwizzle swizzle);
324 bool swizzle,
339 // If swizzle is set to true, the transformed pixels are reordered:
345 bool swizzle);
374 bool swizzle) {
381 swizzle);
390 bool swizzle,
422 swizzle));
1317 ReadbackSwizzle swizzle = kSwizzleNone; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 142 SWIZZLE = 360,
250 #define SWIZZLE 360
program_parse.tab.c 156 gl_register_file file, GLint index, GLuint swizzle);
327 SWIZZLE = 360,
435 #define SWIZZLE 360
5756 unsigned swizzle; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 357 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
363 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
369 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
374 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
380 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
386 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
392 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
399 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(s, s, s, s);
405 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(swiz_from_char(yytext[1]),
410 return SWIZZLE;
    [all...]
program_parse.y 79 gl_register_file file, GLint index, GLuint swizzle);
193 %token <swiz_mask> MASK4 MASK3 MASK2 MASK1 SWIZZLE
543 * FIXME: to the existing swizzle?
545 $4.Base.Swizzle = $6.swizzle;
581 $$.Base.Swizzle = _mesa_combine_swizzles($$.Base.Swizzle,
582 $2.swizzle);
611 $$.Base.Swizzle = _mesa_combine_swizzles($$.Base.Swizzle,
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 357 yylval->swiz_mask.swizzle = SWIZZLE_NOOP;
363 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
369 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
374 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
380 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
386 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
392 yylval->swiz_mask.swizzle = SWIZZLE_INVAL;
399 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(s, s, s, s);
405 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(swiz_from_char(yytext[1]),
410 return SWIZZLE;
    [all...]
program_parse.y 79 gl_register_file file, GLint index, GLuint swizzle);
193 %token <swiz_mask> MASK4 MASK3 MASK2 MASK1 SWIZZLE
543 * FIXME: to the existing swizzle?
545 $4.Base.Swizzle = $6.swizzle;
581 $$.Base.Swizzle = _mesa_combine_swizzles($$.Base.Swizzle,
582 $2.swizzle);
611 $$.Base.Swizzle = _mesa_combine_swizzles($$.Base.Swizzle,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]

Completed in 2283 milliseconds