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

  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSwizzleTests.cpp 168 struct _sampler struct in namespace:gl3cts::TextureSwizzle
173 static const _sampler isampler = { "int", "i" };
174 static const _sampler usampler = { "uint", "u" };
175 static const _sampler sampler = { "float", "" };
220 const _sampler& m_sampler;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 612 RsSampler _sampler = Device::getHal().SamplerCreate(mContext, _magFilter, _minFilter, _wrapS, _wrapT, _wrapR, _aniso); local
613 return rs_to_hidl<Sampler>(_sampler);
    [all...]

Completed in 283 milliseconds