Home
last modified time | relevance | path

Searched defs:shapeVertices (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test_api15XC/entry/src/main/cpp/render/
Degl_core.cpp306 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
322 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
371 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
386 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
418 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsi… in ExecuteDraw()
436 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawStar()
457 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawNewStar()
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_platform/ace_ets_module_platform_api20/entry/src/main/cpp/render/
DEGLRender.cpp128 void EGLRender::drawTriangleFan(const GLfloat shapeVertices[], uint32_t length) in drawTriangleFan()
139 void EGLRender::drawTriangleFanColor(const GLfloat* color, const GLfloat shapeVertices[], uint32_t … in drawTriangleFanColor()
148 void EGLRender::drawTriangles(const GLfloat* color, const GLfloat shapeVertices[], uint32_t length) in drawTriangles()
/test/xts/acts/arkui/ace_c_arkui_test_api18/entry/src/main/cpp/render/
DEGLRender.cpp140 void EGLRender::drawTriangleFan(const GLfloat shapeVertices[], uint32_t length) { in drawTriangleFan()
150 void EGLRender::drawTriangleFanColor(const GLfloat* color, const GLfloat shapeVertices[], uint32_t … in drawTriangleFanColor()
158 void EGLRender::drawTriangles(const GLfloat* color, const GLfloat shapeVertices[], uint32_t length)… in drawTriangles()