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

  /frameworks/rs/scriptc/
rs_object.rsh 71 rsSetObject(rs_program_fragment *dst, rs_program_fragment src);
138 rsClearObject(rs_program_fragment *dst);
206 rsIsObject(rs_program_fragment);
rs_graphics.rsh 83 rsgBindProgramFragment(rs_program_fragment pf);
116 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
127 rsgBindTexture(rs_program_fragment, uint slot, rs_allocation);
172 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);
183 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
rs_types.rsh 182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_object.rsh 69 rsSetObject(rs_program_fragment *dst, rs_program_fragment src);
132 rsClearObject(rs_program_fragment *dst);
198 rsIsObject(rs_program_fragment);
rs_graphics.rsh 79 rsgBindProgramFragment(rs_program_fragment pf);
112 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
123 rsgBindTexture(rs_program_fragment, uint slot, rs_allocation);
168 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);
179 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
rs_types.rsh 164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_object.rsh 69 rsSetObject(rs_program_fragment *dst, rs_program_fragment src);
132 rsClearObject(rs_program_fragment *dst);
198 rsIsObject(rs_program_fragment);
rs_graphics.rsh 79 rsgBindProgramFragment(rs_program_fragment pf);
112 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
123 rsgBindTexture(rs_program_fragment, uint slot, rs_allocation);
168 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);
179 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
rs_types.rsh 164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_object.rsh 69 rsSetObject(rs_program_fragment *dst, rs_program_fragment src);
132 rsClearObject(rs_program_fragment *dst);
198 rsIsObject(rs_program_fragment);
rs_graphics.rsh 79 rsgBindProgramFragment(rs_program_fragment pf);
112 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
123 rsgBindTexture(rs_program_fragment, uint slot, rs_allocation);
168 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);
179 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
rs_types.rsh 164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
  /prebuilts/sdk/renderscript/include/
rs_object.rsh 71 rsSetObject(rs_program_fragment *dst, rs_program_fragment src);
138 rsClearObject(rs_program_fragment *dst);
206 rsIsObject(rs_program_fragment);
rs_graphics.rsh 83 rsgBindProgramFragment(rs_program_fragment pf);
116 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
127 rsgBindTexture(rs_program_fragment, uint slot, rs_allocation);
172 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);
183 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
rs_types.rsh 182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
  /frameworks/rs/
rs_hal.h 76 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment; typedef in namespace:android::renderscript

Completed in 1437 milliseconds