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

  /external/libchrome/base/
bind_helpers.h 597 template <size_t n, typename List, typename... Accum>
601 template <size_t n, typename T, typename... List, typename... Accum>
602 struct TakeTypeListItemImpl<n, TypeList<T, List...>, Accum...>
603 : TakeTypeListItemImpl<n - 1, TypeList<List...>, Accum..., T> {};
605 template <typename T, typename... List, typename... Accum>
606 struct TakeTypeListItemImpl<0, TypeList<T, List...>, Accum...> {
607 using Type = TypeList<Accum...>;
610 template <typename... Accum>
611 struct TakeTypeListItemImpl<0, TypeList<>, Accum...> {
612 using Type = TypeList<Accum...>
    [all...]
  /external/libweave/third_party/chromium/base/
bind_helpers.h 536 template <size_t n, typename List, typename... Accum>
540 template <size_t n, typename T, typename... List, typename... Accum>
541 struct TakeTypeListItemImpl<n, TypeList<T, List...>, Accum...>
542 : TakeTypeListItemImpl<n - 1, TypeList<List...>, Accum..., T> {};
544 template <typename T, typename... List, typename... Accum>
545 struct TakeTypeListItemImpl<0, TypeList<T, List...>, Accum...> {
546 using Type = TypeList<Accum...>;
549 template <typename... Accum>
550 struct TakeTypeListItemImpl<0, TypeList<>, Accum...> {
551 using Type = TypeList<Accum...>
    [all...]
  /external/mesa3d/src/mesa/main/
accum.c 26 #include "accum.h"
54 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
57 COPY_4FV( ctx->Accum.ClearColor, tmp );
81 _mesa_error(ctx, GL_INVALID_OPERATION, "glAccum(no accum buffer)");
138 return; /* missing accum buffer, not an error */
155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
175 _mesa_warning(ctx, "unexpected accum buffer type")
    [all...]
context.c 82 #include "accum.h"
195 * of bits per color component in accum buffer.
    [all...]
dd.h 128 * Clear the color/depth/stencil/accum buffer(s).
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
    [all...]
attrib.c 28 #include "accum.h"
229 memcpy( attr, &ctx->Accum, sizeof(struct gl_accum_attrib) );
867 const struct gl_accum_attrib *accum; local
    [all...]
mtypes.h 489 * Mask of all the color buffer bits (but not accum).
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 28 #include "main/accum.h"
161 functions->Accum = _mesa_accum;
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 29 #include "main/accum.h"
332 functions->Accum = _mesa_accum;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 28 #include "main/accum.h"
85 driver->Accum = _mesa_accum;
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 263 void (GLAPIENTRY * Accum)(GLenum, GLfloat);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 779 { "glAccum", _O(Accum) },
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 32 #define glAccum MANGLE(Accum)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 32 #define glAccum MANGLE(Accum)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 32 #define glAccum MANGLE(Accum)
    [all...]

Completed in 354 milliseconds