Home
last modified time | relevance | path

Searched refs:GL_FLOAT (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dcompsize.c87 case GL_FLOAT: in __glCallLists_size()
168 case GL_FLOAT: in __glDrawPixels_size()
328 case GL_FLOAT: in __glTexImage1D_size()
409 case GL_FLOAT: in __glTexImage2D_size()
492 case GL_FLOAT: in __glTexImage3D_size()
H A Drender2swap.c252 case GL_FLOAT: in __glXDispSwap_CallLists()
H A Dglxsingle.c730 case GL_FLOAT: in __glReadPixels_size()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp138 m_program1->setAttributeBuffer(m_vertexAttr1, GL_FLOAT, 0, 3, 6 * sizeof(GLfloat)); in paintQtLogo()
139 …m_program1->setAttributeBuffer(m_normalAttr1, GL_FLOAT, 3 * sizeof(GLfloat), 3, 6 * sizeof(GLfloat… in paintQtLogo()
223 m_program2->setAttributeBuffer(m_vertexAttr2, GL_FLOAT, 0, 3); in paintTexturedCube()
224 m_program2->setAttributeBuffer(m_texCoordAttr2, GL_FLOAT, 36 * 3 * sizeof(GLfloat), 2); in paintTexturedCube()
225 m_program2->setAttributeBuffer(m_normalAttr2, GL_FLOAT, 36 * 5 * sizeof(GLfloat), 3); in paintTexturedCube()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp138 m_program1->setAttributeBuffer(m_vertexAttr1, GL_FLOAT, 0, 3, 6 * sizeof(GLfloat)); in paintQtLogo()
139 …m_program1->setAttributeBuffer(m_normalAttr1, GL_FLOAT, 3 * sizeof(GLfloat), 3, 6 * sizeof(GLfloat… in paintQtLogo()
223 m_program2->setAttributeBuffer(m_vertexAttr2, GL_FLOAT, 0, 3); in paintTexturedCube()
224 m_program2->setAttributeBuffer(m_texCoordAttr2, GL_FLOAT, 36 * 3 * sizeof(GLfloat), 2); in paintTexturedCube()
225 m_program2->setAttributeBuffer(m_normalAttr2, GL_FLOAT, 36 * 5 * sizeof(GLfloat), 3); in paintTexturedCube()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp41 m_program1->setAttributeBuffer(m_vertexAttr1, GL_FLOAT, 0, 3, 6 * sizeof(GLfloat)); in paintFLLogo()
42 …m_program1->setAttributeBuffer(m_normalAttr1, GL_FLOAT, 3 * sizeof(GLfloat), 3, 6 * sizeof(GLfloat… in paintFLLogo()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c207 2, GL_FLOAT, FALSE, 0, (void *) 0); in ephyr_glamor_set_vertices()
209 2, GL_FLOAT, FALSE, 0, (void *) (sizeof (float) * 8)); in ephyr_glamor_set_vertices()
/OK3568_Linux_fs/external/xserver/glx/
H A Drensize.c294 case GL_FLOAT: in __glXImageSize()
353 case GL_FLOAT: in __glXTypeSize()
H A Drender2swap.c258 case GL_FLOAT: in swapArray()
H A Dindirect_size_get.c80 case GL_FLOAT: in __glCallLists_size()
H A Dindirect_dispatch_swap.c223 case GL_FLOAT: in __glXDispSwap_CallLists()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch92 - m_blitProgram->setAttributeBuffer(1, GL_FLOAT, m_textureVerticesOffset, 2);
116 - m_blitProgram->setAttributeBuffer(0, GL_FLOAT, m_inverseSquareVerticesOffset, 2);
134 - m_blitProgram->setAttributeBuffer(0, GL_FLOAT, m_squareVerticesOffset, 2);
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c330 glVertexAttribPointer(texcoord, 2, GL_FLOAT, GL_FALSE, 0, texcoords); in egl_init_ctx()
470 glVertexAttribPointer(position, 2, GL_FLOAT, GL_FALSE, 0, verts); in egl_convert_fb()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c598 GL_FLOAT, GL_FALSE, in glamor_xv_render()
602 GL_FLOAT, GL_FALSE, in glamor_xv_render()
812 GL_FLOAT, GL_FALSE, in glamor_xv_render_dma()
816 GL_FLOAT, GL_FALSE, in glamor_xv_render_dma()
H A Dglamor_render.c631 glVertexAttribPointer(GLAMOR_VERTEX_POS, 2, GL_FLOAT, GL_FALSE, in glamor_setup_composite_vbo()
637 GL_FLOAT, GL_FALSE, in glamor_setup_composite_vbo()
644 glVertexAttribPointer(GLAMOR_VERTEX_MASK, 2, GL_FLOAT, GL_FALSE, in glamor_setup_composite_vbo()
H A Dglamor_gradient.c703 glVertexAttribPointer(GLAMOR_VERTEX_POS, 2, GL_FLOAT, in _glamor_gradient_set_pixmap_destination()
705 glVertexAttribPointer(GLAMOR_VERTEX_SOURCE, 2, GL_FLOAT, in _glamor_gradient_set_pixmap_destination()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c750 glVertexAttribPointer(attrib, 2, GL_FLOAT, TRUE, 0, NULL); in xwl_eglstream_init_shaders()
754 glVertexAttribPointer(attrib, 2, GL_FLOAT, TRUE, 0, in xwl_eglstream_init_shaders()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp24 static_assert(underlying_type(DataType::Float) == GL_FLOAT, "OpenGL type mismatch");
73 static_assert(underlying_type(UniformDataType::Float) == GL_FLOAT, "OpenGL type mismatch");
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h265 #define GL_FLOAT 0x1406 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h208 #define GL_FLOAT 0x1406 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h208 #define GL_FLOAT 0x1406 macro
H A Dgl31.h210 #define GL_FLOAT 0x1406 macro
H A Dgl32.h210 #define GL_FLOAT 0x1406 macro