Home
last modified time | relevance | path

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

12

/external/angle/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 …]
/external/angle/src/tests/gl_tests/
DDrawElementsTest.cpp41 for (GLuint vertexArray : mVertexArrays) in ~DrawElementsTest() local
125 GLuint vertexArray; in TEST_P() local
169 GLVertexArray vertexArray[2]; in TEST_P() local
230 GLVertexArray vertexArray[2]; in TEST_P() local
438 GLVertexArray vertexArray; in TEST_P() local
588 GLuint vertexArray; in TEST_P() local
DLineLoopTest.cpp514 GLVertexArray vertexArray; in runTest() local
DProgramBinaryTest.cpp770 GLVertexArray vertexArray; in TEST_P() local
DVertexAttributeTest.cpp4672 GLVertexArray vertexArray; in TEST_P() local
4700 GLVertexArray vertexArray; in TEST_P() local
DStateChangeTest.cpp996 GLVertexArray vertexArray; in TEST_P() local
1093 GLVertexArray vertexArray; in TEST_P() local
1183 GLVertexArray vertexArray; in TEST_P() local
DFramebufferTest.cpp761 GLVertexArray vertexArray; in TEST_P() local
3684 GLVertexArray vertexArray; in TEST_P() local
/external/angle/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
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.hpp206 struct vertexArray struct in glcts::ViewportArray::Utils
214 glw::GLuint m_id;
217 deqp::Context &m_context;
/external/angle/src/libANGLE/
DBuffer.cpp445 void Buffer::addContentsObserver(VertexArray *vertexArray, uint32_t bufferIndex) in addContentsObserver()
468 void Buffer::removeContentsObserver(VertexArray *vertexArray, uint32_t bufferIndex) in removeContentsObserver()
DVertexArray.cpp29 VertexArrayState::VertexArrayState(VertexArray *vertexArray, in VertexArrayState()
874 VertexArrayBufferContentsObservers::VertexArrayBufferContentsObservers(VertexArray *vertexArray) in VertexArrayBufferContentsObservers()
DState.cpp2736 void State::setVertexArrayBinding(const Context *context, VertexArray *vertexArray) in setVertexArrayBinding()
2761 bool State::removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray) in removeVertexArrayBinding()
DContext.cpp886 for (auto vertexArray : UnsafeResourceMapIter(mVertexArrayMap)) in onDestroy() local
1480 VertexArray *vertexArray = checkVertexArrayAllocation(vertexArrayHandle); in bindVertexArray() local
3080 VertexArray *vertexArray = getVertexArray(vertexArrayHandle); in checkVertexArrayAllocation() local
3181 void Context::detachVertexArray(VertexArrayID vertexArray) in detachVertexArray()
7667 VertexArrayID vertexArray = arrays[arrayIndex]; in deleteVertexArrays() local
7690 VertexArrayID vertexArray = {mVertexArrayHandleAllocator.allocate()}; in genVertexArrays() local
/external/deqp/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp117 GLuint vertexArray = 0; in checkFramebufferSize() local
217 GLuint vertexArray = 0; in checkFramebufferRenderable() local
/external/deqp/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;
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1034 const std::vector<float> vertexArray(getFullQuadVertices()); in readOneSampleFromMultisampleImage() local
1261 const std::vector<float> vertexArray(getVertices()); in iterate() local
1503 const std::vector<float> vertexArray(getVertices()); in iterate() local
1733 const std::vector<float> vertexArray(getVertices()); in iterate() local
2059 const std::vector<float> vertexArray(getVertices()); in iterate() local
2586 const std::vector<float> vertexArray(getVertices()); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp516 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
813 const std::vector<tcu::Vec4> vertexArray = createFullscreenQuad(); in transcode() local
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp480 GLuint vertexArray; in requireVertexArrays() local
DglsShaderExecUtil.cpp1482 uint32_t vertexArray; in execute() local
1608 uint32_t vertexArray; in execute() local
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp252 const gl::VertexArray *vertexArray = state.getVertexArray(); in prepareVertexData() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp418 …ic inline VertexAttributeDescriptor getUserPointerDescriptor(const VertexArrayBinding &vertexArray) in getUserPointerDescriptor()
/external/angle/src/libANGLE/capture/
Dserialize.cpp1386 void SerializeVertexArray(JsonSerializer *json, gl::VertexArray *vertexArray) in SerializeVertexArray()
1483 for (const auto &vertexArray : gl::UnsafeResourceMapIter(vertexArrayMap)) in SerializeContextToString() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c86 GLfloat *vertexArray; member
/external/deqp/modules/gles2/functional/
Des2fClipControlTests.cpp1128 const glu::VertexArrayBinding vertexArray[] = {glu::va::Float("pos", 4, 4, 0, vertices), in readDepthPixels() local

12