Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DFramebufferAttachmentPerfTest.cpp112 size_t textureCount = mTextures.size(); in drawBenchmark() local
120 for (size_t textureIndex = 0; textureIndex < textureCount; textureIndex++) in drawBenchmark()
132 for (size_t index = 0; index < textureCount; index++) in drawBenchmark()
195 size_t textureCount = mTextures.size(); in drawBenchmark() local
200 for (size_t textureIndex = 0; textureIndex < textureCount; textureIndex++) in drawBenchmark()
/third_party/skia/samplecode/
DSampleTextureUpload.cpp97 int textureCount = fTileRows * fTileCols; in initializeTextures() local
98 for (int i = 0; i < textureCount; i++) { in initializeTextures()
120 int textureCount = fTileRows * fTileCols; in onDrawContent() local
121 for (int i = 0; i < textureCount; i++) { in onDrawContent()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp50 GLsizei textureCount = static_cast<GLsizei>(mNonMultiviewFBO.size()); in testTearDown() local
51 glDeleteTextures(textureCount, mNonMultiviewFBO.data()); in testTearDown()
56 GLsizei textureCount = static_cast<GLsizei>(mColorTex.size()); in testTearDown() local
57 glDeleteTextures(textureCount, mColorTex.data()); in testTearDown()
89 GLsizei textureCount = static_cast<GLsizei>(mColorTex.size()); in initializeFBOs() local
90 glGenTextures(textureCount, mColorTex.data()); in initializeFBOs()
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp330 int textureCount = yuvaInfo.numPlanes(); in CreatePromiseImages() local
331 for (int i = 0; i < textureCount; ++i) { in CreatePromiseImages()
349 for (int i = 0; i < textureCount; ++i) { in CreatePromiseImages()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp295 int textureCount = builder.fUniformHandler.fSamplers.count(); in Build() local
296 if (textureCount > 0) { in Build()
297 for (int i = 0; i < textureCount; ++i) { in Build()