HomeSort by relevance Sort by last modified time
    Searched refs:sampler (Results 51 - 60 of 60) sorted by null

1 23

  /external/skia/src/gpu/
GrDrawState.h 31 * lookups are specified by a texture a sampler (setSamplerState). Texture
58 * Resets to the default state. Sampler states will not be modified.
199 * Returns the current sampler for a stage.
207 * Writable pointer to a stage's sampler.
209 GrSamplerState* sampler(int stage) { function in struct:GrDrawState
GrTextContext.cpp 29 // setup our sampler state for our text texture/atlas
36 drawState->sampler(kGlyphMaskStage)->reset(
GrDrawTarget.cpp     [all...]
  /frameworks/rs/
rs_hal.h 41 class Sampler;
218 bool (*init)(const Context *rsc, const Sampler *m);
219 void (*destroy)(const Context *rsc, const Sampler *m);
220 } sampler; member in struct:android::renderscript::__anon17383
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 165 native void rsnContextBindSampler(int con, int sampler, int slot);
166 synchronized void nContextBindSampler(int sampler, int slot) {
168 rsnContextBindSampler(mContext, sampler, slot);
727 Sampler mSampler_CLAMP_NEAREST;
728 Sampler mSampler_CLAMP_LINEAR;
729 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR;
730 Sampler mSampler_WRAP_NEAREST;
731 Sampler mSampler_WRAP_LINEAR;
732 Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
    [all...]
  /external/mesa3d/src/glsl/
ir_reader.cpp 1028 // Read sampler (must be a deref)
1030 ir_dereference *sampler = read_dereference(st, sampler_expr); local
1031 if (sampler == NULL) {
1032 ir_read_error(st, NULL, "when reading sampler in (%s ...)", tag->value());
1035 tex->set_sampler(sampler);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 373 Texture *getSamplerTexture(unsigned int sampler, SamplerType type);
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]
  /external/zxing/core/
core.jar 
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 749 #define CTI_SAMPLER stackFrame.globalData->interpreter->sampler()
    [all...]

Completed in 906 milliseconds

1 23