Home
last modified time | relevance | path

Searched refs:textureCount (Results 1 – 11 of 11) 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/flutter/skia/samplecode/
DSampleTextureUpload.cpp97 int textureCount = fTileRows * fTileCols; in initializeTextures() local
98 for (int i = 0; i < textureCount; i++) { in initializeTextures()
122 int textureCount = fTileRows * fTileCols; in onDrawContent() local
123 for (int i = 0; i < textureCount; i++) { in onDrawContent()
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp45 SkDEBUGCODE(int textureCount;) in SkImage_GpuYUVA()
46 SkASSERT(SkYUVAIndex::AreValidIndices(yuvaIndices, &textureCount)); in SkImage_GpuYUVA()
47 SkASSERT(textureCount == fNumProxies); in SkImage_GpuYUVA()
70 SkDEBUGCODE(int textureCount;) in SkImage_GpuYUVA()
71 SkASSERT(SkYUVAIndex::AreValidIndices(image->fYUVAIndices, &textureCount)); in SkImage_GpuYUVA()
72 SkASSERT(textureCount == fNumProxies); in SkImage_GpuYUVA()
/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.cpp181 int textureCount; in PromiseImageCreator() local
182 SkAssertResult(SkYUVAIndex::AreValidIndices(curImage.yuvaIndices(), &textureCount)); in PromiseImageCreator()
183 for (int i = 0; i < textureCount; ++i) { in PromiseImageCreator()
190 for (int i = textureCount; i < SkYUVASizeInfo::kMaxCount; ++i) { in PromiseImageCreator()
208 for (int i = 0; i < textureCount; ++i) { in PromiseImageCreator()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp72 uint32_t textureCount = in limitMaxSets() local
76 textureCount = std::max(textureCount, 1u); in limitMaxSets()
82 textureCount}; in limitMaxSets()
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/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp617 uint32_t textureCount = static_cast<uint32_t>(mState.getSamplerBindings().size()); in linkImpl() local
624 textureCount = std::max(textureCount, 1u); in linkImpl()
638 VkDescriptorPoolSize textureSetSize = {VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, textureCount}; in linkImpl()
647 if (textureCount > 0) in linkImpl()