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

  /frameworks/rs/cpp/
Sampler.cpp 54 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
RenderScript.cpp 288 RS::dispatch->SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate");
289 if (RS::dispatch->SamplerCreate == NULL) {
290 ALOGV("Couldn't initialize RS::dispatch->SamplerCreate");
rsDispatch.h 136 SamplerCreateFnPtr SamplerCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 246 SamplerCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 246 SamplerCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 246 SamplerCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 135 SamplerCreateFnPtr SamplerCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 135 SamplerCreateFnPtr SamplerCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 135 SamplerCreateFnPtr SamplerCreate;
  /frameworks/rs/
rs.spec 256 SamplerCreate {

Completed in 610 milliseconds