Searched defs:IsSampler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp250 bool IsSampler(GLenum type) function in namespace:gl
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.h66 bool IsSampler() const { function in struct:gpu::gles2::Program::UniformInfo
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DBaseTypes.h46 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
64 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
76 inline bool IsSampler(TBasicType type) function
105 assert(!IsSampler(type));
135 assert(!IsSampler(type));
165 assert(!IsSampler(type));
195 assert(!IsSampler(type));
225 assert(!IsSampler(type));
255 assert(!IsSampler(type));
263 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsSampler(typ
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4965 KEYWORD1 GLboolean KEYWORD2 NAME(IsSampler)(GLuint sampler) function
4968 RETURN_DISPATCH(IsSampler, (sampler), (F, "glIsSampler(%d);\n", sampler));
8804 TABLE_ENTRY(IsSampler),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h835 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler);
7014 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsSampler)(GLuint sampler) function
12808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSampler))"\n"

Completed in 4989 milliseconds