OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureSampler
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProcessor.h
48
class
TextureSampler
{
50
TextureSampler
(UniformHandle uniform, const GrTextureAccess& access)
70
typedef SkTArray<
TextureSampler
> TextureSamplerArray;
GrGLProgramEffects.cpp
18
typedef GrGLProcessor::
TextureSampler
TextureSampler
;
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h
34
typedef GrGLProcessor::
TextureSampler
TextureSampler
;
52
order of the result depends on the GrTextureAccess associated with the
TextureSampler
. */
54
const
TextureSampler
&,
59
void appendTextureLookup(const
TextureSampler
&,
65
always a vec4. modulation and the swizzle specified by
TextureSampler
must both be vec4 or
69
const
TextureSampler
&,
Completed in 55 milliseconds