Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleTextureUpload.cpp97 int textureCount = fTileRows * fTileCols; in initializeTextures() local
120 int textureCount = fTileRows * fTileCols; in onDrawContent() local
/external/angle/src/tests/perf_tests/
DFramebufferAttachmentPerfTest.cpp112 size_t textureCount = mTextures.size(); in drawBenchmark() local
195 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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGLES20.java13 private static int textureCount = 0; field in ShadowGLES20
/external/skqp/tools/
DDDLPromiseImageHelper.cpp225 int textureCount; in PromiseImageCreator() local
/external/skia/tools/
DDDLPromiseImageHelper.cpp330 int textureCount = yuvaInfo.numPlanes(); in CreatePromiseImages() local
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp299 int textureCount = builder.fUniformHandler.fSamplers.count(); in Build() local