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

  /external/skia/src/jumper/
SkJumper_stages_lowp.cpp 120 #define STAGE_PP(name, ...) \
277 STAGE_PP(uniform_color, const SkJumper_UniformColorCtx* c) {
283 STAGE_PP(black_color, Ctx::None) { r = g = b = 0; a = 255; }
284 STAGE_PP(white_color, Ctx::None) { r = g = b = 255; a = 255; }
286 STAGE_PP(set_rgb, const float rgb[3]) {
292 STAGE_PP(clamp_a, Ctx::None) {
297 STAGE_PP(clamp_a_dst, Ctx::None) {
303 STAGE_PP(premul, Ctx::None) {
308 STAGE_PP(premul_dst, Ctx::None) {
314 STAGE_PP(force_opaque , Ctx::None) { a = 255;
    [all...]
  /external/skqp/src/jumper/
SkJumper_stages_lowp.cpp 120 #define STAGE_PP(name, ...) \
277 STAGE_PP(uniform_color, const SkJumper_UniformColorCtx* c) {
283 STAGE_PP(black_color, Ctx::None) { r = g = b = 0; a = 255; }
284 STAGE_PP(white_color, Ctx::None) { r = g = b = 255; a = 255; }
286 STAGE_PP(set_rgb, const float rgb[3]) {
292 STAGE_PP(clamp_a, Ctx::None) {
297 STAGE_PP(clamp_a_dst, Ctx::None) {
303 STAGE_PP(premul, Ctx::None) {
308 STAGE_PP(premul_dst, Ctx::None) {
314 STAGE_PP(force_opaque , Ctx::None) { a = 255;
    [all...]

Completed in 236 milliseconds