Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/BasicFeature/Native/XComponent/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()
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/
Degl_core.cpp300 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
316 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
365 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
380 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
412 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsi… in ExecuteDraw()
430 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawStar()
451 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawNewStar()
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
Degl_core.cpp304 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
320 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in Draw() local
369 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
384 …const GLfloat shapeVertices[] = { centerX / width_, centerY / height_, leftX / width_, leftY / hei… in ChangeColor() local
416 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsi… in ExecuteDraw()
434 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawStar()
455 GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDrawNewStar()
/applications/standard/app_samples/code/BasicFeature/Native/NativeXComponent/entry/src/main/cpp/render/
DEGLRender.cpp233 …const GLfloat shapeVertices[] = {centerX / width_, centerY / height_, leftX / width_, leftY / hei… in DrawStar() local
249 …const GLfloat shapeVertices[] = {centerX / width_, centerY / height_, leftX / width_, leftY / hei… in DrawStar() local
283 bool EGLRender::ExecuteDraw(GLint position, const GLfloat *color, const GLfloat shapeVertices[]) in ExecuteDraw()