Home
last modified time | relevance | path

Searched defs:Render (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsReferenceToClassInstanceCrossFile.ts17 class Render { class
39 const {Render} = require("./index"); constant
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReferenceToClassInstanceCrossFile.js14 class Render { class
34 module.exports = { Render }; field
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexTextureTests.cpp687 const struct Render in iterate() struct
689 const Rect region; in iterate()
690 int textureNdx; in iterate()
691 const Vec2 texCoordScale; in iterate()
692 const Vec2 texCoordOffset; in iterate()
693Render (const Rect& r, int tN, const Vec2& tS, const Vec2& tO) : region(r), textureNdx(tN), texCoo… in iterate() argument
1022 const struct Render in iterate() struct
1024 const Rect region; in iterate()
1025 int textureNdx; in iterate()
1026 const Vec2 texCoordScale; in iterate()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fVertexTextureTests.cpp587 const struct Render in iterate() struct
589 const Rect region; in iterate()
590 int textureNdx; in iterate()
591 const Vec2 texCoordScale; in iterate()
592 const Vec2 texCoordOffset; in iterate()
593Render (const Rect& r, int tN, const Vec2& tS, const Vec2& tO) : region(r), textureNdx(tN), texCoo… in iterate() argument
924 const struct Render in iterate() struct
926 const Rect region; in iterate()
927 int textureNdx; in iterate()
928 const Vec2 texCoordScale; in iterate()
[all …]
/third_party/mesa3d/src/gallium/targets/osmesa/
Dtest-render.cpp63 TEST_P(OSMesaRenderTestFixture, Render) in TEST_P() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_render.cpp1264 dng_image * dng_render::Render () in Render() function in dng_render
/third_party/node/deps/v8/tools/
Dperf-compare.py403 def Render(args): function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1201 void Render() // execute the command list in Render() function
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp197 class Render : public GLESAction class in deqp::egl::Image::GLESImageApi
/third_party/mesa3d/src/imgui/
Dimgui.cpp3851 void ImGui::Render() in Render() function in ImGui