OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixedFunctionSupport
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h
246
bool
fixedFunctionSupport
() const { return fFixedFunctionSupport; }
GrGLVertexArray.cpp
58
SkASSERT(gpu->glCaps().
fixedFunctionSupport
());
101
if (gpu->glCaps().
fixedFunctionSupport
()) {
GrGpuGL.h
56
return this->glCaps().
fixedFunctionSupport
() &&
GrGpuGL.cpp
304
if (this->glCaps().
fixedFunctionSupport
()) {
[
all
...]
GrGLShaderBuilder.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGLCaps.h
246
bool
fixedFunctionSupport
() const { return fFixedFunctionSupport; }
GrGLVertexArray.cpp
58
SkASSERT(gpu->glCaps().
fixedFunctionSupport
());
101
if (gpu->glCaps().
fixedFunctionSupport
()) {
GrGpuGL.h
56
return this->glCaps().
fixedFunctionSupport
() &&
GrGpuGL.cpp
304
if (this->glCaps().
fixedFunctionSupport
()) {
[
all
...]
GrGLShaderBuilder.cpp
[
all
...]
Completed in 280 milliseconds