Home
last modified time | relevance | path

Searched refs:reservedTexName (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboApiTests.cpp315 deUint32 reservedTexName; in attachNamesTest() local
316 context.genTextures(1, &reservedTexName); in attachNamesTest()
319 …context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, reservedTexName,… in attachNamesTest()
323 …exture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, reservedTexName, 0); in attachNamesTest()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboApiTest.cpp340 deUint32 reservedTexName; in attachNamesTest() local
341 context.genTextures(1, &reservedTexName); in attachNamesTest()
344 …context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, reservedTexName,… in attachNamesTest()
348 …exture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, reservedTexName, 0); in attachNamesTest()