Home
last modified time | relevance | path

Searched refs:genTexture (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DGrMipMappedTest.cpp183 GrTexture* genTexture = genProxy->peekTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
184 REPORTER_ASSERT(reporter, genTexture); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
185 if (!genTexture) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 GrBackendTexture genBackendTex = genTexture->getBackendTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp469 static deUint32 genTexture (void) { deUint32 tex = 0; glGenTextures(1, &tex); return tex; }
483 , m_textureGL (genTexture())

Completed in 4 milliseconds