Searched defs:Sampler (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DSampler.cpp7 // Sampler.cpp : Implements the Sampler class, which represents a GLES 3
8 // sampler object. Sampler objects store some state needed to sample textures.
10 #include "libGLESv2/Sampler.h"
16 Sampler::Sampler(GLuint id) function in class:gl::Sampler
30 void Sampler::getState(SamplerState *samplerState) const
H A DSampler.h7 // Sampler.h : Defines the Sampler class, which represents a GLES 3
8 // sampler object. Sampler objects store some state needed to sample textures.
19 class Sampler : public RefCountObject class in namespace:gl
22 Sampler(GLuint id);
H A DProgramBinary.h202 struct Sampler struct in class:gl::ProgramBinary
204 Sampler();
230 std::vector<Sampler> &outSamplers, GLuint *outUsedRange);
306 std::vector<Sampler> mSamplersPS;
307 std::vector<Sampler> mSamplersVS;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsampler.h50 // Sampler to decide when to create a sample trace for an allocation
102 class PERFTOOLS_DLL_DECL Sampler { class in namespace:tcmalloc
117 // Initialize the statics for the Sampler class
140 inline bool Sampler::SampleAllocation(size_t k) {
155 inline uint64_t Sampler::NextRandom(uint64_t rnd) {
166 inline double Sampler::FastLog2(const double & d) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsampler.h50 // Sampler to decide when to create a sample trace for an allocation
102 class PERFTOOLS_DLL_DECL Sampler { class in namespace:tcmalloc
117 // Initialize the statics for the Sampler class
140 inline bool Sampler::SampleAllocation(size_t k) {
155 inline uint64_t Sampler::NextRandom(uint64_t rnd) {
166 inline double Sampler::FastLog2(const double & d) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.h67 struct Sampler { struct in class:GrGLProgramEffects
68 SkDEBUGCODE(Sampler() : fTextureUnit(-1) {}) function in struct:GrGLProgramEffects::Sampler
77 SkTArray<Sampler, true>& addSamplers() { return fSamplers.push_back(); }
80 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
/external/chromium_org/v8/src/
H A Dsampler.h18 // Sampler
56 class Sampler { class in namespace:v8::internal
58 // Initializes the Sampler support. Called once at VM startup.
63 Sampler(Isolate* isolate, int interval);
64 virtual ~Sampler();
76 // Whether the sampling thread should use this Sampler for CPU profiling?
123 DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler);
H A Dsampler.cc182 class Sampler::PlatformData : public PlatformDataCommon {
197 class Sampler::PlatformData : public PlatformDataCommon {
229 inline bool Init(Sampler* sampler, Isolate* isolate) {
353 Sampler* sampler = isolate->logger()->sampler();
500 static void AddActiveSampler(Sampler* sampler) {
518 static void RemoveActiveSampler(Sampler* sampler) {
550 Sampler* sampler = active_samplers_.at(i);
566 List<Sampler*> active_samplers_;
621 void Sampler::SetUp() {
629 void Sampler
637 Sampler::Sampler(Isolate* isolate, int interval) function in class:v8::internal::Sampler
[all...]
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp110 int64_t Sampler = MI.getOperand(14).getImm(); local
125 uint32_t Word2 = Sampler << 15 | SrcSelect[ELEMENT_X] << 20 |
/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp123 Value *Sampler, unsigned CT[4], Value *Coord) {
141 Sampler,
121 ReplaceCallInst(CallInst &I, FunctionType *FT, const char *Name, unsigned SrcSelect[4], Value *Offset[3], Value *Resource, Value *Sampler, unsigned CT[4], Value *Coord) argument
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.h117 struct Sampler { struct in class:GrGLProgramEffects
118 SkDEBUGCODE(Sampler() : fTextureUnit(-1) {}) function in struct:GrGLProgramEffects::Sampler
124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
/external/openfst/src/include/fst/
H A Drandgen.h514 typedef S Sampler; typedef in class:fst::RandGenFst
683 typedef ArcSampler<IArc, Selector> Sampler; typedef
684 typedef RandGenFst<IArc, OArc, Sampler> RandFst;
688 Sampler* arc_sampler = new Sampler(ifst, opts.arc_selector, opts.max_length);
689 RandGenFstOptions<Sampler> fopts(CacheOptions(true, 0), arc_sampler,
/external/deqp/framework/common/
H A DtcuTexture.hpp124 class Sampler class in namespace:tcu
190 Sampler (WrapMode wrapS_, function in class:tcu::Sampler
215 Sampler (void) function in class:tcu::Sampler
271 Vec4 sample1D (const Sampler& sampler, Sampler::FilterMode filter, float s, int level) const;
272 Vec4 sample2D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, int depth) const;
273 Vec4 sample3D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float r) const;
275 Vec4 sample1DOffset (const Sampler
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c750 cmsBool CMSEXPORT cmsStageSampleCLut16bit(cmsStage* mpe, cmsSAMPLER16 Sampler, void * Cargo, cmsUInt32Number dwFlags) argument
794 if (!Sampler(In, Out, Cargo))
812 cmsBool CMSEXPORT cmsStageSampleCLutFloat(cmsStage* mpe, cmsSAMPLERFLOAT Sampler, void * Cargo, cmsUInt32Number dwFlags) argument
850 if (!Sampler(In, Out, Cargo))
872 cmsSAMPLER16 Sampler, void * Cargo)
894 if (!Sampler(In, NULL, Cargo))
902 cmsSAMPLERFLOAT Sampler, void * Cargo)
924 if (!Sampler(In, NULL, Cargo))
871 cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLER16 Sampler, void * Cargo) argument
901 cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLERFLOAT Sampler, void * Cargo) argument
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2141 /*! \class Sampler
2142 * \brief Sampler interface for cl_sampler.
2144 class Sampler : public detail::Wrapper<cl_sampler> class in namespace:cl
2147 Sampler() { } function in class:cl::Sampler
2149 Sampler( function in class:cl::Sampler
2170 Sampler(const Sampler& sampler) : detail::Wrapper<cl_type>(sampler) { } function in class:cl::Sampler
2172 Sampler& operator = (const Sampler& rhs)
2202 __GET_INFO_HELPER_WITH_RETAIN(cl::Sampler)
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c295 GLuint Sampler; member in struct:gen_mipmap_state
311 GLuint VBO, FBO, RBO, Sampler; member in struct:decompress_state
1450 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler ?
1451 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler->Name : 0;
3287 samplerSave = ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler ?
3288 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler->Name : 0;
3297 if (!mipmap->Sampler) {
3298 _mesa_GenSamplers(1, &mipmap->Sampler);
3299 _mesa_BindSampler(ctx->Texture.CurrentUnit, mipmap->Sampler);
3301 _mesa_SamplerParameteri(mipmap->Sampler,
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp2141 /*! \class Sampler
2142 * \brief Sampler interface for cl_sampler.
2144 class Sampler : public detail::Wrapper<cl_sampler> class in namespace:cl
2147 Sampler() { } function in class:cl::Sampler
2149 Sampler( function in class:cl::Sampler
2170 Sampler(const Sampler& sampler) : detail::Wrapper<cl_type>(sampler) { } function in class:cl::Sampler
2172 Sampler& operator = (const Sampler& rhs)
2202 __GET_INFO_HELPER_WITH_RETAIN(cl::Sampler)
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c295 GLuint Sampler; member in struct:gen_mipmap_state
311 GLuint VBO, FBO, RBO, Sampler; member in struct:decompress_state
1450 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler ?
1451 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler->Name : 0;
3287 samplerSave = ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler ?
3288 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler->Name : 0;
3297 if (!mipmap->Sampler) {
3298 _mesa_GenSamplers(1, &mipmap->Sampler);
3299 _mesa_BindSampler(ctx->Texture.CurrentUnit, mipmap->Sampler);
3301 _mesa_SamplerParameteri(mipmap->Sampler,
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1234 * Sampler object state. These objects are new with GL_ARB_sampler_objects
1270 struct gl_sampler_object Sampler; member in struct:gl_texture_object
1405 struct gl_sampler_object *Sampler; member in struct:gl_texture_unit
2201 * \name Sampler tracking
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1234 * Sampler object state. These objects are new with GL_ARB_sampler_objects
1270 struct gl_sampler_object Sampler; member in struct:gl_texture_object
1405 struct gl_sampler_object *Sampler; member in struct:gl_texture_unit
2201 * \name Sampler tracking
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 463 milliseconds