Home
last modified time | relevance | path

Searched refs:fixedFunctionSupport (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp58 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in setFixedFunctionVertexArray()
101 if (gpu->glCaps().fixedFunctionSupport()) { in disableUnusedArrays()
DGrGLCaps.h246 bool fixedFunctionSupport() const { return fFixedFunctionSupport; } in fixedFunctionSupport() function
DGrGpuGL.h56 return this->glCaps().fixedFunctionSupport() && in shouldUseFixedFunctionTexturing()
DGrGpuGL.cpp304 if (this->glCaps().fixedFunctionSupport()) { in onResetContext()
2095 SkASSERT(this->glCaps().fixedFunctionSupport()); in setProjectionMatrix()
2116 SkASSERT(this->glCaps().fixedFunctionSupport()); in enableTexGen()
2165 SkASSERT(this->glCaps().fixedFunctionSupport()); in enableTexGen()
2188 SkASSERT(this->glCaps().fixedFunctionSupport()); in flushTexGenSettings()
DGrGLShaderBuilder.cpp960 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in GrGLFragmentOnlyShaderBuilder()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp58 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in setFixedFunctionVertexArray()
101 if (gpu->glCaps().fixedFunctionSupport()) { in disableUnusedArrays()
DGrGLCaps.h246 bool fixedFunctionSupport() const { return fFixedFunctionSupport; } in fixedFunctionSupport() function
DGrGpuGL.h56 return this->glCaps().fixedFunctionSupport() && in shouldUseFixedFunctionTexturing()
DGrGpuGL.cpp304 if (this->glCaps().fixedFunctionSupport()) { in onResetContext()
2095 SkASSERT(this->glCaps().fixedFunctionSupport()); in setProjectionMatrix()
2116 SkASSERT(this->glCaps().fixedFunctionSupport()); in enableTexGen()
2165 SkASSERT(this->glCaps().fixedFunctionSupport()); in enableTexGen()
2188 SkASSERT(this->glCaps().fixedFunctionSupport()); in flushTexGenSettings()
DGrGLShaderBuilder.cpp960 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in GrGLFragmentOnlyShaderBuilder()