/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d11.idl | 692 D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT]; 702 cpp_quote(" for(D3D11_RENDER_TARGET_BLEND_DESC *target; target < RenderTarget+D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT; target++) {") [all...] |
d3d10_1.h | 66 D3D10_RENDER_TARGET_BLEND_DESC1 RenderTarget[8]; [all...] |
d3d11.h | 719 D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[8]; 728 for(D3D11_RENDER_TARGET_BLEND_DESC *target; target < RenderTarget+D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT; target++) { [all...] |
/external/deqp/modules/gles2/functional/ |
es2fFboRenderTest.cpp | 562 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); 570 int width = deMin32(renderTarget.getWidth(), 128); 571 int height = deMin32(renderTarget.getHeight(), 128); 572 int xMax = renderTarget.getWidth()-width+1; 573 int yMax = renderTarget.getHeight()-height+1; 608 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); [all...] |
es2fClippingTests.cpp | 270 bool checkHalfFilledImageOverdraw (tcu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, const PixelBufferAccess& output) [all...] |
es2fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles2/performance/ |
es2pShaderOperatorTests.cpp | 591 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget) 593 log << TestLog::Section("RenderTarget", "Render target") 594 << TestLog::Message << "size: " << renderTarget.getWidth() << "x" << renderTarget.getHeight() << TestLog::EndMessage 596 << " R" << renderTarget.getPixelFormat().redBits 597 << " G" << renderTarget.getPixelFormat().greenBits 598 << " B" << renderTarget.getPixelFormat().blueBits 599 << " A" << renderTarget.getPixelFormat().alphaBits 600 << " D" << renderTarget.getDepthBits( [all...] |
es2pShaderCompilationCases.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboRenderTest.cpp | 424 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); 432 int width = deMin32(renderTarget.getWidth(), 128); 433 int height = deMin32(renderTarget.getHeight(), 128); 434 int xMax = renderTarget.getWidth()-width+1; 435 int yMax = renderTarget.getHeight()-height+1; 470 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); [all...] |
es3fClippingTests.cpp | 273 bool checkHalfFilledImageOverdraw (tcu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, const PixelBufferAccess& output) [all...] |
es3fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderOperatorTests.cpp | 591 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget) 593 log << TestLog::Section("RenderTarget", "Render target") 594 << TestLog::Message << "size: " << renderTarget.getWidth() << "x" << renderTarget.getHeight() << TestLog::EndMessage 596 << " R" << renderTarget.getPixelFormat().redBits 597 << " G" << renderTarget.getPixelFormat().greenBits 598 << " B" << renderTarget.getPixelFormat().blueBits 599 << " A" << renderTarget.getPixelFormat().alphaBits 600 << " D" << renderTarget.getDepthBits( [all...] |
es3pShaderCompilationCases.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fDrawBuffersIndexedTests.cpp | 828 const rr::RenderTarget renderTarget (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(refRenderbuffers[drawBufferNdx].getAccess())); 832 const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, primitives); [all...] |
es31fProgramUniformTests.cpp | [all...] |
es31fTessellationTests.cpp | 65 using tcu::RenderTarget; 202 static inline void checkRenderTargetSize (const RenderTarget& renderTarget, int minSize) 204 if (renderTarget.getWidth() < minSize || renderTarget.getHeight() < minSize) [all...] |
/external/deqp/modules/glshared/ |
glsUniformBlockCase.cpp | [all...] |
glsTextureTestUtil.cpp | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.cpp | [all...] |