HomeSort by relevance Sort by last modified time
    Searched defs:rgba8 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 26 struct rgba8 struct in namespace:PR6375::agg
41 agg::rbox_ctrl<agg::rgba8> m_polygons;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 84 GLubyte rgba8[SWRAST_MAX_WIDTH][4]; member in struct:sw_span_arrays
86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
  /external/mesa3d/src/mesa/swrast/
s_span.h 84 GLubyte rgba8[SWRAST_MAX_WIDTH][4]; member in struct:sw_span_arrays
86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 471 LLVMValueRef rgba8; local
481 * Given the format is a rgba8, just read the pixels as is,
484 rgba8 = lp_build_gather(bld->gallivm,
490 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
493 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm,
501 /* Expand one 4*rgba8 to two 2*rgba16 */
503 rgba8,
841 LLVMValueRef rgba8; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 471 LLVMValueRef rgba8; local
481 * Given the format is a rgba8, just read the pixels as is,
484 rgba8 = lp_build_gather(bld->gallivm,
490 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
493 rgba8 = lp_build_fetch_rgba_aos(bld->gallivm,
501 /* Expand one 4*rgba8 to two 2*rgba16 */
503 rgba8,
841 LLVMValueRef rgba8; local
    [all...]

Completed in 1518 milliseconds