/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | MultiviewTest.cpp | 17 GLuint CreateSimplePassthroughProgram(int numViews, ExtensionName multiviewExtension) in CreateSimplePassthroughProgram() 180 int numViews, in AttachMultiviewTextures() 207 int numViews, in AttachMultiviewTextures()
|
/third_party/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 206 int numViews, in GrDistanceFieldA8TextGeoProc() 246 int numViews, in addNewViews() 484 int numViews, in GrDistanceFieldPathGeoProc() 513 int numViews, in addNewViews() 790 int numViews, in GrDistanceFieldLCDTextGeoProc() 826 int numViews, in addNewViews()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | MultiviewTest.cpp | 17 GLuint CreateSimplePassthroughProgram(int numViews, ExtensionName multiviewExtension) in CreateSimplePassthroughProgram() 180 int numViews, in AttachMultiviewTextures() 207 int numViews, in AttachMultiviewTextures()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 77 int numViews, in initializeFBOs() 177 GLint numViews = -1; in TEST_P() local 204 GLint numViews = -1; in TEST_P() local 396 GLint numViews = -1; in TEST_P() local
|
D | MultiviewDrawTest.cpp | 84 void updateFBOs(int viewWidth, int height, int numViews, int numLayers, int baseViewIndex) in updateFBOs() 126 void updateFBOs(int viewWidth, int height, int numViews) in updateFBOs() 1849 auto generateVertexShaderSource = [](int numViews, std::string extensionName) -> std::string { in TEST_P() 1998 for (int numViews = 2; numViews <= 4; ++numViews) in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 77 int numViews, in initializeFBOs() 177 GLint numViews = -1; in TEST_P() local 204 GLint numViews = -1; in TEST_P() local 399 GLint numViews = -1; in TEST_P() local
|
D | MultiviewDrawTest.cpp | 84 void updateFBOs(int viewWidth, int height, int numViews, int numLayers, int baseViewIndex) in updateFBOs() 126 void updateFBOs(int viewWidth, int height, int numViews) in updateFBOs() 1866 auto generateVertexShaderSource = [](int numViews, std::string extensionName) -> std::string { in TEST_P() 2016 for (int numViews = 2; numViews <= 4; ++numViews) in TEST_P() local
|
/third_party/skia/src/gpu/ |
D | GrProcessorUnitTest.cpp | 22 int maxTreeDepth, int numViews, const ViewInfo views[]) in GrProcessorTestData() 27 int maxTreeDepth, int numViews, const ViewInfo views[], in GrProcessorTestData()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 28 int numViews, in GetShaderExtensionHeader() 130 int numViews; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 28 int numViews, in GetShaderExtensionHeader() 130 int numViews; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 1614 GLsizei numViews, in setAttachment() 1658 GLsizei numViews, in setAttachmentMultiview() 1665 GLsizei numViews, in commitWebGL1DepthStencilIfConsistent() 1742 GLsizei numViews, in setAttachmentImpl() 1832 GLsizei numViews, in updateAttachment()
|
D | FramebufferAttachment.cpp | 111 GLsizei numViews, in attach()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 47 GLuint GetAdjustedDivisor(GLuint numViews, GLuint divisor) in GetAdjustedDivisor() 704 void VertexArrayGL::applyNumViewsToDivisor(int numViews) in applyNumViewsToDivisor()
|
D | ClearMultiviewGL.cpp | 69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO() local
|
D | VertexArrayGL.cpp | 58 GLuint GetAdjustedDivisor(GLuint numViews, GLuint divisor) in GetAdjustedDivisor() 978 angle::Result VertexArrayGL::applyNumViewsToDivisor(const gl::Context *context, int numViews) in applyNumViewsToDivisor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 1801 GLsizei numViews, in setAttachment() 1859 GLsizei numViews, in setAttachmentMultiview() 1867 GLsizei numViews, in commitWebGL1DepthStencilIfConsistent() 1947 GLsizei numViews, in setAttachmentImpl() 2024 GLsizei numViews, in updateAttachment()
|
D | FramebufferAttachment.cpp | 115 GLsizei numViews, in attach()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 331 void VertexArray11::markAllAttributeDivisorsForAdjustment(int numViews) in markAllAttributeDivisorsForAdjustment()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 342 void VertexArray11::markAllAttributeDivisorsForAdjustment(int numViews) in markAllAttributeDivisorsForAdjustment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 80 deUint32 numViews; // Number of views for multiview. member
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Compiler.cpp | 1471 const auto &numViews = compiler.getNumViews(); in EmitMultiviewGLSL() local
|
D | BaseTypes.h | 824 int numViews; member
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 385 int numViews = 0; in setVertexBuffers() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputGLSLBase.cpp | 1479 const auto &numViews = compiler.getNumViews(); in EmitMultiviewGLSL() local
|