Home
last modified time | relevance | path

Searched refs:primProcProxiesForMipRegen (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2002 const GrTextureProxy* const* primProcProxiesForMipRegen = nullptr; in flushGLState() local
2006 primProcProxiesForMipRegen = dynamicStateArrays->fPrimitiveProcessorTextures; in flushGLState()
2009 primProcProxiesForMipRegen = fixedDynamicState->fPrimitiveProcessorTextures; in flushGLState()
2013 SkASSERT(SkToBool(primProcProxiesForMipRegen) == SkToBool(primProc.numTextureSamplers())); in flushGLState()
2016 primProcProxiesForMipRegen, in flushGLState()
2023 primProc, pipeline, primProcProxiesForMipRegen, numPrimProcTextureSets); in flushGLState()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1973 const GrTextureProxy* const* primProcProxiesForMipRegen = nullptr; in flushGLState() local
1977 primProcProxiesForMipRegen = dynamicStateArrays->fPrimitiveProcessorTextures; in flushGLState()
1980 primProcProxiesForMipRegen = fixedDynamicState->fPrimitiveProcessorTextures; in flushGLState()
1984 SkASSERT(SkToBool(primProcProxiesForMipRegen) == SkToBool(primProc.numTextureSamplers())); in flushGLState()
1987 primProcProxiesForMipRegen, in flushGLState()
1994 primProc, pipeline, primProcProxiesForMipRegen, numPrimProcTextureSets); in flushGLState()