Home
last modified time | relevance | path

Searched defs:vertexArray (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPreRotationTest.cpp337 GLVertexArray vertexArray; in TEST_P() local
426 GLVertexArray vertexArray; in TEST_P() local
546 GLVertexArray vertexArray; in TEST_P() local
690 GLVertexArray vertexArray; in TEST_P() local
764 GLVertexArray *vertexArray, in initializeGeometry()
859 GLVertexArray vertexArray; in TEST_P() local
1505 GLVertexArray vertexArray; in TEST_P() local
1623 GLVertexArray vertexArray; in TEST_P() local
1742 GLVertexArray vertexArray; in TEST_P() local
1865 GLVertexArray vertexArray; in TEST_P() local
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVertexArrayPerfTest.cpp126 for (GLuint vertexArray : mVertexArrays) in initializeBenchmark() local
179 for (GLuint vertexArray : mVertexArrays) in drawBenchmark() local
188 for (GLuint vertexArray : mVertexArrays) in drawBenchmark() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawElementsTest.cpp41 for (GLuint vertexArray : mVertexArrays) in ~DrawElementsTest() local
125 GLuint vertexArray; in TEST_P() local
325 GLVertexArray vertexArray; in TEST_P() local
DLineLoopTest.cpp514 GLVertexArray vertexArray; in runTest() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.cpp401 size_t Buffer::getContentsObserverIndex(VertexArray *vertexArray, uint32_t bufferIndex) const in getContentsObserverIndex()
415 void Buffer::addContentsObserver(VertexArray *vertexArray, uint32_t bufferIndex) in addContentsObserver()
423 void Buffer::removeContentsObserver(VertexArray *vertexArray, uint32_t bufferIndex) in removeContentsObserver()
DBuffer.h75 VertexArray *vertexArray = nullptr; member
DVertexArray.cpp29 VertexArrayState::VertexArrayState(VertexArray *vertexArray, in VertexArrayState()
778 VertexArrayBufferContentsObservers::VertexArrayBufferContentsObservers(VertexArray *vertexArray) in VertexArrayBufferContentsObservers()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp206 struct vertexArray struct in glcts::ViewportArray::Utils
214 glw::GLuint m_id;
217 deqp::Context& m_context;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawElementsTest.cpp39 for (GLuint vertexArray : mVertexArrays) in ~DrawElementsTest() local
DFramebufferTest.cpp874 GLuint vertexArray = 0; in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp122 GLuint vertexArray = 0; in checkFramebufferSize() local
222 GLuint vertexArray = 0; in checkFramebufferRenderable() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp145 struct vertexArray struct in gl4cts::ShaderSubroutine::Utils
153 glw::GLuint m_id;
156 deqp::Context& m_context;
Dgl4cShadingLanguage420PackTests.hpp345 struct vertexArray struct in gl4cts::GLSL420Pack::Utils
353 glw::GLuint m_id;
356 deqp::Context& m_context;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1084 const std::vector<float> vertexArray (getFullQuadVertices()); in readOneSampleFromMultisampleImage() local
1277 const std::vector<float> vertexArray (getVertices()); in iterate() local
1511 const std::vector<float> vertexArray (getVertices()); in iterate() local
1714 const std::vector<float> vertexArray (getVertices()); in iterate() local
2014 const std::vector<float> vertexArray (getVertices()); in iterate() local
2470 const std::vector<float> vertexArray (getVertices()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1084 const std::vector<float> vertexArray (getFullQuadVertices()); in readOneSampleFromMultisampleImage() local
1277 const std::vector<float> vertexArray (getVertices()); in iterate() local
1511 const std::vector<float> vertexArray (getVertices()); in iterate() local
1714 const std::vector<float> vertexArray (getVertices()); in iterate() local
2014 const std::vector<float> vertexArray (getVertices()); in iterate() local
2470 const std::vector<float> vertexArray (getVertices()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTranscodingSupportTests.cpp341 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
595 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp341 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
595 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
/third_party/vk-gl-cts/modules/glshared/
DglsStateChangePerfTestCases.cpp472 GLuint vertexArray; in requireVertexArrays() local
DglsShaderExecUtil.cpp1378 deUint32 vertexArray; in execute() local
1503 deUint32 vertexArray; in execute() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp252 const gl::VertexArray *vertexArray = state.getVertexArray(); in prepareVertexData() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp251 const gl::VertexArray *vertexArray = state.getVertexArray(); in prepareVertexData() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp31 VertexArrayState::VertexArrayState(VertexArray *vertexArray, in VertexArrayState()
DState.cpp1380 void State::setVertexArrayBinding(const Context *context, VertexArray *vertexArray) in setVertexArrayBinding()
1397 bool State::removeVertexArrayBinding(const Context *context, GLuint vertexArray) in removeVertexArrayBinding()
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp389 …c inline VertexAttributeDescriptor getUserPointerDescriptor (const VertexArrayBinding& vertexArray) in getUserPointerDescriptor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1323 void SerializeVertexArray(JsonSerializer *json, gl::VertexArray *vertexArray) in SerializeVertexArray()
1416 for (const auto &vertexArray : vertexArrayMap) in SerializeContextToString() local

12