OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureRedSupport
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.cpp
43
char alphaChar = gpu->glCaps().
textureRedSupport
() ? 'r' : 'a';
125
if (caps.
textureRedSupport
()) {
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h
236
bool
textureRedSupport
() const { return fTextureRedSupport; }
GrGLProgramDesc.cpp
50
if (caps.
textureRedSupport
() && (kA_GrColorComponentFlag & swizzleComponentMask)) {
GrGpuGL.cpp
[
all
...]
Completed in 474 milliseconds