Home
last modified time | relevance | path

Searched refs:setVertexArray (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/samples/gpu/
Dopengl.cpp91 data.arr.setVertexArray(vertex); in main()
/external/skia/src/gpu/gl/debug/
DGrDebugGL.h68 void setVertexArray(GrVertexArrayObj* vertexArray);
DGrDebugGL.cpp114 void GrDebugGL::setVertexArray(GrVertexArrayObj* vertexArray) { in setVertexArray() function in GrDebugGL
DGrGLCreateDebugInterface.cpp556 GrDebugGL::getInstance()->setVertexArray(nullptr); in debugGLDeleteVertexArrays()
571 GrDebugGL::getInstance()->setVertexArray(array); in debugGLBindVertexArray()
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp415 void setVertexArray(InputArray vertex);
/external/opencv3/samples/cpp/
Ddetect_mser.cpp256 data->arr.setVertexArray(vertex); in DrawOpenGLMSER()
/external/opencv3/modules/core/src/
Dopengl.cpp1238 void cv::ogl::Arrays::setVertexArray(InputArray vertex) in setVertexArray() function in cv::ogl::Arrays