Home
last modified time | relevance | path

Searched defs:textureLevel (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp227 …tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UN… in iterate() local
249 tcu::TextureLevel textureLevel( in iterate() local
271 tcu::TextureLevel textureLevel( in iterate() local
422 bool DrawBuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expec… in VerifyImg()
DesextcDrawBuffersIndexedBlending.cpp242 …tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UN… in iterate() local
388 bool DrawBuffersIndexedBlending::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expecte… in VerifyImg()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.cpp22 size_t textureLevel, in TextureRenderTarget9()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp352 tcu::PixelBufferAccess getExpectedData (tcu::TextureLevel& textureLevel, const CaseDef& caseDef) in getExpectedData()
649 …tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y()… in test() local
739 tcu::PixelBufferAccess getExpectedDataNoAtt (tcu::TextureLevel& textureLevel) in getExpectedDataNoAtt()
933 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth); in testNoAtt() local
1288 tcu::TextureLevel textureLevel (format, size.x(), size.y(), size.z()); in testDifferentAttachmentSizes() local
1669 …tcu::TextureLevel textureLevel (format, attachmentSize.x(), attachmentSize.y(), attachmentSiz… in testInputResolveSameAttachment() local
DvktPipelineRenderToImageTests.cpp1204 tcu::TextureLevel textureLevel (format, checkSize.x(), checkSize.y(), checkDepth); in testWithSizeReduction() local
1624 tcu::TextureLevel textureLevel (format, mipSize.x(), mipSize.y(), levelDepth); in testRenderToMipMaps() local
DvktPipelineBindPointTests.cpp763 …const auto textureLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment-… in iterate() local
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.h116 unsigned textureLevel; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationImageLayoutTransitionTests.cpp308 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_render_utils.h172 MipmapNativeLevel textureLevel = kZeroNativeMipLevel; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp459 tcu::TextureLevel textureLevel(m_texFormat, width, HEIGHT); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1646 …tcu::TextureLevel textureLevel (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLaye… in testMutable() local
2144 …tcu::TextureLevel textureLevel(tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayer… in testSwapchainMutable() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1208 GLuint textureLevel = 0; in CreateImage() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4372 EGLenum Context::validateSharedImage(EGLenum target, GLuint name, GLuint textureLevel) in validateSharedImage()
4449 egl::Image *Context::createSharedImage(EGLenum target, GLuint name, GLuint textureLevel) in createSharedImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp6576 GLint textureLevel, in getCachedTextureLevelData()