Searched refs:fixedFunctionSupport (Results 1 – 10 of 10) sorted by relevance
58 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in setFixedFunctionVertexArray()101 if (gpu->glCaps().fixedFunctionSupport()) { in disableUnusedArrays()
246 bool fixedFunctionSupport() const { return fFixedFunctionSupport; } in fixedFunctionSupport() function
56 return this->glCaps().fixedFunctionSupport() && in shouldUseFixedFunctionTexturing()
304 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()
960 SkASSERT(gpu->glCaps().fixedFunctionSupport()); in GrGLFragmentOnlyShaderBuilder()