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

  /frameworks/rs/
rsRuntime.h 38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
rsScriptC_LibGL.cpp 55 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
61 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h 38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h 38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsRuntime.h 38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 212 rsrBindConstant(rsc, pv, slot, a);
217 rsrBindConstant(rsc, pf, slot, a);
    [all...]

Completed in 36 milliseconds