HomeSort by relevance Sort by last modified time
    Searched defs:textureSampler (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 135 int textureSampler = glGetUniformLocation(program, "texture_sampler");
136 glUniform1i(textureSampler, 0);
yuvtest.cc 88 int textureSampler = glGetUniformLocation(program, "textureSampler");
97 glUniform1i(textureSampler, 0);
  /external/skia/src/gpu/
GrProcessor.h 156 class TextureSampler;
164 const TextureSampler& textureSampler(int index) const { return *fTextureSamplers[index]; }
188 * TextureSampler and/or BufferAccess instances are typically member fields of the GrProcessor
191 void addTextureSampler(const TextureSampler*);
203 SkSTArray<4, const TextureSampler*, true> fTextureSamplers;
215 class GrResourceIOProcessor::TextureSampler : public SkNoncopyable {
220 TextureSampler();
222 TextureSampler(sk_sp<GrTextureProxy>, const GrSamplerParams&);
223 explicit TextureSampler(sk_sp<GrTextureProxy>
    [all...]

Completed in 742 milliseconds