/external/skia/src/gpu/batches/ |
D | GrStencilPathBatch.h | 26 GrRenderTarget* renderTarget, in Create() 34 GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); } in renderTarget() function 47 GrRenderTarget* renderTarget, in GrStencilPathBatch()
|
D | GrClearBatch.h | 31 GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); } in renderTarget() function 87 GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); } in renderTarget() function
|
D | GrDrawBatch.h | 66 GrRenderTarget* renderTarget() const final { in renderTarget() function
|
D | GrDiscardBatch.h | 29 GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); } in renderTarget() function
|
D | GrCopySurfaceBatch.h | 39 GrRenderTarget* renderTarget() const override { return fDst.get()->asRenderTarget(); } in renderTarget() function
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 98 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in resetStateES() local 351 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in resetStateES() local 652 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in resetStateGLCore() local 941 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in resetStateGLCore() local
|
/external/skia/src/gpu/ |
D | GrRenderTargetPriv.h | 31 explicit GrRenderTargetPriv(GrRenderTarget* renderTarget) : fRenderTarget(renderTarget) {} in GrRenderTargetPriv()
|
D | GrGpu.cpp | 80 static GrSurfaceOrigin resolve_origin(GrSurfaceOrigin origin, bool renderTarget) { in resolve_origin() 239 GrRenderTarget* renderTarget) { in clear() 248 GrRenderTarget* renderTarget) { in clearStencilClip()
|
D | GrTexture.cpp | 74 bool renderTarget = 0 != (desc.fFlags & kRenderTarget_GrSurfaceFlag); in resolve_origin() local
|
D | GrYUVProvider.cpp | 121 GrRenderTarget* renderTarget = result->asRenderTarget(); in refAsTexture() local
|
D | GrDrawTarget.cpp | 359 GrRenderTarget* renderTarget) { in clear() 399 void GrDrawTarget::discard(GrRenderTarget* renderTarget) { in discard()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 435 …ame, const char* desc, glw::GLenum primitiveDrawType, BaseRenderingCase::RenderTarget renderTarget… in BaseTriangleCase() 518 …GLenum primitiveDrawType, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget… in BaseLineCase() 662 …* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget… in PointCase() 826 …Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget… in TrianglesCase() 902 …Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget… in TriangleStripCase() 971 …Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget… in TriangleFanCase() 1040 …* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget… in LinesCase() 1109 …* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget… in LineStripCase() 1170 …* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget… in LineLoopCase() 1255 …ctx, const char* name, const char* desc, FillRuleCaseType type, RenderTarget renderTarget, int num… in FillRuleCase() [all …]
|
D | es3fDepthStencilClearTests.cpp | 204 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate() local 232 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in generateClears() local 403 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in renderReference() local
|
D | es3fFragDepthTests.cpp | 128 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate() local 299 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate() local
|
D | es3fPrerequisiteTests.cpp | 176 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate() local
|
D | es3fDepthTests.cpp | 128 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in iterate() local
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 166 void** renderTarget) { in DwCreateRenderingTarget() 206 FX_BOOL CDWriteExt::DwRendingString(void* renderTarget, in DwRendingString() 248 void CDWriteExt::DwDeleteRenderingTarget(void* renderTarget) { in DwDeleteRenderingTarget()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 201 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate() local 229 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in generateClears() local 400 const tcu::RenderTarget& renderTarget = renderCtx.getRenderTarget(); in renderReference() local
|
D | es2fDepthRangeTests.cpp | 144 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate() local 293 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget(); in iterate() local
|
D | es2fPrerequisiteTests.cpp | 176 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget(); in iterate() local
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 1026 const RenderTarget& renderTarget, in writeFragmentPackets() 1099 const RenderTarget& renderTarget, in rasterizePrimitive() 1167 const RenderTarget& renderTarget, in rasterizePrimitive() 1220 const RenderTarget& renderTarget, in rasterizePrimitive() 1286 const RenderTarget& renderTarget, in rasterize() 1329 void drawBasicPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program… in drawBasicPrimitives() 1386 …GeometryShaderOutputAsPrimitives (const RenderState& state, const RenderTarget& renderTarget, cons… in drawGeometryShaderOutputAsPrimitives() 1405 void drawWithGeometryShader(const RenderState& state, const RenderTarget& renderTarget, const Progr… in drawWithGeometryShader() 1473 void drawAsPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program& p… in drawAsPrimitives()
|
D | rrRenderer.hpp | 123 const RenderTarget& renderTarget; member in rr::DrawCommand
|
/external/skia/tests/ |
D | VkUploadPixelsTests.cpp | 53 bool renderTarget, bool linearTiling) { in basic_texture_test()
|
/external/skia/example/ |
D | SkiaSDLExample.cpp | 210 renderTarget(grContext->textureProvider()->wrapBackendRenderTarget(desc)); local
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceCase.cpp | 118 static void logRenderTargetInfo (TestLog& log, const tcu::RenderTarget& renderTarget) in logRenderTargetInfo()
|