Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3274 int surfaceLevel = mipmapLevel + baseLevel; in applyTexture() local
3276 if(surfaceLevel > maxLevel) in applyTexture()
3278 surfaceLevel = maxLevel; in applyTexture()
3281 egl::Image *surface = texture->getImage(surfaceLevel); in applyTexture()
3293 int surfaceLevel = mipmapLevel + baseLevel; in applyTexture() local
3295 if(surfaceLevel > maxLevel) in applyTexture()
3297 surfaceLevel = maxLevel; in applyTexture()
3300 egl::Image *surface = texture->getImage(surfaceLevel); in applyTexture()
3311 int surfaceLevel = mipmapLevel + baseLevel; in applyTexture() local
3313 if(surfaceLevel > maxLevel) in applyTexture()
[all …]