Home
last modified time | relevance | path

Searched defs:textureCount (Results 1 – 9 of 9) sorted by relevance

/external/skia/tools/viewer/
DTextureUploadSlide.cpp56 int textureCount = fTileRows * fTileCols; in draw() local
138 int textureCount = fTileRows * fTileCols; in initializeTextures() local
/external/angle/src/tests/perf_tests/
DFramebufferAttachmentPerfTest.cpp111 size_t textureCount = mTextures.size(); in drawBenchmark() local
194 size_t textureCount = mTextures.size(); in drawBenchmark() local
/external/angle/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp50 GLsizei textureCount = static_cast<GLsizei>(mNonMultiviewFBO.size()); in testTearDown() local
56 GLsizei textureCount = static_cast<GLsizei>(mColorTex.size()); in testTearDown() local
89 GLsizei textureCount = static_cast<GLsizei>(mColorTex.size()); in initializeFBOs() local
DVulkanImageTest.cpp673 VkDeviceSize textureCount = (totalDeviceLocalMemoryHeapSize / kTextureSize) + 1; in TEST_P() local
DVulkanPerformanceCounterTest.cpp687 size_t textureCount = 0; in TEST_P() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGLES20.java13 private static int textureCount = 0; field in ShadowGLES20
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGLES20.java13 private static int textureCount = 0; field in ShadowGLES20
/external/skia/tools/
DDDLPromiseImageHelper.cpp333 int textureCount = yuvaInfo.numPlanes(); in CreatePromiseImages() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp294 int textureCount = builder.fUniformHandler.fSamplers.count(); in Build() local