/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 227 tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), in iterate() 229 glu::readPixels(m_context.getRenderContext(), 0, 0, textureLevel.getAccess()); in iterate() 231 if (!VerifyImg(textureLevel, expected, epsilon)) in iterate() 236 m_testCtx.getLog() << tcu::TestLog::Image("Result", "Rendered result image", textureLevel.getAccess()); in iterate() 249 tcu::TextureLevel textureLevel( in iterate() 251 glu::readPixels(m_context.getRenderContext(), 0, 0, textureLevel.getAccess()); in iterate() 253 if (!VerifyImg(textureLevel, expected, epsilon)) in iterate() 258 m_testCtx.getLog() << tcu::TestLog::Image("Result", "Rendered result image", textureLevel.getAccess()); in iterate() 271 tcu::TextureLevel textureLevel( in iterate() 273 glu::readPixels(m_context.getRenderContext(), 0, 0, textureLevel in iterate() 422 VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon) VerifyImg() argument [all...] |
H A D | esextcDrawBuffersIndexedBlending.cpp | 242 tcu::TextureLevel textureLevel(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), in iterate() 244 glu::readPixels(m_context.getRenderContext(), 0, 0, textureLevel.getAccess()); in iterate() 246 if (!VerifyImg(textureLevel, expected[i % 4], epsilon)) in iterate() 251 m_testCtx.getLog() << tcu::TestLog::Image("Result", "Rendered result image", textureLevel.getAccess()); in iterate() 388 bool DrawBuffersIndexedBlending::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg() argument 391 for (int y = 0; y < textureLevel.getHeight(); ++y) in VerifyImg() 393 for (int x = 0; x < textureLevel.getWidth(); ++x) in VerifyImg() 395 tcu::RGBA pixel(textureLevel.getAccess().getPixel(x, y)); in VerifyImg()
|
H A D | esextcDrawBuffersIndexedBlending.hpp | 63 bool VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon);
|
H A D | esextcDrawBuffersIndexedColorMasks.hpp | 60 bool VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, tcu::RGBA epsilon);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Context.hpp | 38 virtual EGLenum validateSharedImage(EGLenum target, GLuint name, GLuint textureLevel) = 0; 39 virtual Image *createSharedImage(EGLenum target, GLuint name, GLuint textureLevel) = 0;
|
H A D | libEGL.cpp | 1208 GLuint textureLevel = 0; in CreateImage() local 1219 textureLevel = static_cast<GLuint>(attribute[1]); in CreateImage() 1253 EGLenum validationResult = context->validateSharedImage(target, name, textureLevel); in CreateImage() 1260 Image *image = context->createSharedImage(target, name, textureLevel); in CreateImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | RenderTarget9.cpp | 22 size_t textureLevel, in TextureRenderTarget9() 36 mTextureLevel(textureLevel), in TextureRenderTarget9() 21 TextureRenderTarget9(IDirect3DBaseTexture9 *texture, size_t textureLevel, IDirect3DSurface9 *surface, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget9() argument
|
H A D | RenderTarget9.h | 39 size_t textureLevel,
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_rendertexture.c | 183 target, fb->textureLevel, in wglBindTexImageARB() 235 fb->textureLevel = piAttribList[i+1]; in wglSetPbufferAttribARB()
|
H A D | stw_framebuffer.h | 116 unsigned textureLevel; member
|
H A D | stw_ext_pbuffer.c | 360 *piValue = fb->textureLevel; in wglQueryPbufferARB()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 352 tcu::PixelBufferAccess getExpectedData (tcu::TextureLevel& textureLevel, const CaseDef& caseDef) in getExpectedData() argument 354 const tcu::PixelBufferAccess expectedImage (textureLevel); in getExpectedData() 651 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test() 652 const tcu::PixelBufferAccess expectedImage = getExpectedData(textureLevel, caseDef); in test() 747 tcu::PixelBufferAccess getExpectedDataNoAtt (tcu::TextureLevel& textureLevel) in getExpectedDataNoAtt() argument 749 const tcu::PixelBufferAccess expectedImage (textureLevel); in getExpectedDataNoAtt() 941 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth); in testNoAtt() 942 const tcu::PixelBufferAccess expectedImage = getExpectedDataNoAtt(textureLevel); in testNoAtt() 1314 tcu::TextureLevel textureLevel (format, size.x(), size.y(), size.z()); in testMultiAttachments() 1315 const tcu::PixelBufferAccess expectedImage (textureLevel); in testMultiAttachments() [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 1114 tcu::TextureLevel textureLevel (format, checkSize.x(), checkSize.y(), checkDepth); in testWithSizeReduction() 1115 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testWithSizeReduction() 1546 tcu::TextureLevel textureLevel (format, mipSize.x(), mipSize.y(), levelDepth); in testRenderToMipMaps() 1547 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testRenderToMipMaps()
|
H A D | vktPipelineBindPointTests.cpp | 783 const auto textureLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment->get(), imageFormat, tcu::UVec2(imageExtent.width, imageExtent.height)); in iterate() local 784 const auto pixelBuffer = textureLevel->getAccess(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 355 tcu::PixelBufferAccess getExpectedData (tcu::TextureLevel& textureLevel, const CaseDef& caseDef) in getExpectedData() argument 357 const tcu::PixelBufferAccess expectedImage (textureLevel); in getExpectedData() 657 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test() 658 const tcu::PixelBufferAccess expectedImage = getExpectedData(textureLevel, caseDef); in test() 753 tcu::PixelBufferAccess getExpectedDataNoAtt (tcu::TextureLevel& textureLevel) in getExpectedDataNoAtt() argument 755 const tcu::PixelBufferAccess expectedImage (textureLevel); in getExpectedDataNoAtt() 948 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth); in testNoAtt() 949 const tcu::PixelBufferAccess expectedImage = getExpectedDataNoAtt(textureLevel); in testNoAtt() 1325 tcu::TextureLevel textureLevel (format, size.x(), size.y(), size.z()); in testMultiAttachments() 1326 const tcu::PixelBufferAccess expectedImage (textureLevel); in testMultiAttachments() [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 1197 tcu::TextureLevel textureLevel (format, checkSize.x(), checkSize.y(), checkDepth); in testWithSizeReduction() 1198 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testWithSizeReduction() 1673 tcu::TextureLevel textureLevel (format, mipSize.x(), mipSize.y(), levelDepth); in testRenderToMipMaps() 1674 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testRenderToMipMaps()
|
H A D | vktPipelineBindPointTests.cpp | 784 const auto textureLevel = readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment->get(), imageFormat, tcu::UVec2(imageExtent.width, imageExtent.height)); in iterate() local 785 const auto pixelBuffer = textureLevel->getAccess(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 312 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1); in iterate() 313 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 312 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1); in iterate() 313 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 459 tcu::TextureLevel textureLevel(m_texFormat, width, HEIGHT); in iterate() 460 tcu::PixelBufferAccess pixels = textureLevel.getAccess(); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 668 EGLenum validateSharedImage(EGLenum target, GLuint name, GLuint textureLevel) override; 669 egl::Image *createSharedImage(EGLenum target, GLuint name, GLuint textureLevel) override;
|
H A D | Context.cpp | 4372 EGLenum Context::validateSharedImage(EGLenum target, GLuint name, GLuint textureLevel) in validateSharedImage() argument 4391 if(textureLevel >= es2::IMPLEMENTATION_MAX_TEXTURE_LEVELS) in validateSharedImage() 4415 if(texture->isShared(textureTarget, textureLevel)) // Bound to an EGLSurface or already an EGLImage sibling in validateSharedImage() 4420 if(textureLevel != 0 && !texture->isSamplerComplete(nullptr)) in validateSharedImage() 4425 if(textureLevel == 0 && !texture->isSamplerComplete(nullptr) && texture->hasNonBaseLevels()) in validateSharedImage() 4449 egl::Image *Context::createSharedImage(EGLenum target, GLuint name, GLuint textureLevel) in createSharedImage() argument 4468 return texture->createSharedImage(textureTarget, textureLevel); in createSharedImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1618 tcu::TextureLevel textureLevel (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers); in testMutable() 1619 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testMutable() 2162 tcu::TextureLevel textureLevel(tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers); in testSwapchainMutable() 2163 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testSwapchainMutable()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1618 tcu::TextureLevel textureLevel (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers); in testMutable() 1619 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testMutable() 2162 tcu::TextureLevel textureLevel(tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers); in testSwapchainMutable() 2163 const tcu::PixelBufferAccess expectedImage = textureLevel.getAccess(); in testSwapchainMutable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_render_utils.h | 172 MipmapNativeLevel textureLevel = kZeroNativeMipLevel; member
|