Home
last modified time | relevance | path

Searched refs:gl_ (Results 1 – 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/
DOpenGLSupport57 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl); …
60 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType,Scalar,Rows,Cols,false> { …
62 …EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<typename plain_matrix_type_column_major<XprType>::type>::run(…
67 …EIGEN_CAT(EIGEN_CAT(internal::gl_,FUNC),_impl)<Derived>::run(p.derived()); …
73 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, ROWS, COL…
81 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, SIZE, 1, …
84 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, 1, SIZE, …
209 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl); …
212 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType,Scalar,Rows,Cols,false> { …
214 …EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<typename plain_matrix_type_column_major<XprType>::type>::run(…
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Ddecls.frag.out11 ERROR: 0:34: 'gl_vi4' : identifiers starting with "gl_" are reserved
12 ERROR: 0:35: 'gl_vj' : identifiers starting with "gl_" are reserved
13 ERROR: 0:35: 'gl_vk5' : identifiers starting with "gl_" are reserved
14 ERROR: 0:36: 'gl_vm2' : identifiers starting with "gl_" are reserved
15 ERROR: 0:36: 'gl_vm3' : identifiers starting with "gl_" are reserved
16 ERROR: 0:37: 'gl_vn8' : identifiers starting with "gl_" are reserved
17 ERROR: 0:37: 'gl_vp' : identifiers starting with "gl_" are reserved
19 ERROR: 0:43: 'gl_cond' : identifiers starting with "gl_" are reserved
D330.frag.out3 ERROR: 0:31: 'gl_name' : identifiers starting with "gl_" are reserved
4 ERROR: 0:32: 'gl_i' : identifiers starting with "gl_" are reserved
D140.vert.out2 ERROR: 0:23: 'gl_Position' : identifiers starting with "gl_" are reserved
D320.tese.out43 ERROR: 0:101: 'gl_TessLevelOuter' : identifiers starting with "gl_" are reserved
D400.tese.out30 ERROR: 0:101: 'gl_TessLevelOuter' : identifiers starting with "gl_" are reserved
D310.tese.out44 ERROR: 0:105: 'gl_TessLevelOuter' : identifiers starting with "gl_" are reserved
D130.frag.out26 ERROR: 0:149: 'gl_FogFragCoord' : identifiers starting with "gl_" are reserved
D150.geom.out36 ERROR: 0:139: 'gl_ViewportIndex' : identifiers starting with "gl_" are reserved
D120.vert.out79 ERROR: 0:195: 'gl_ModelViewMatrix' : identifiers starting with "gl_" are reserved
D310.frag.out5 ERROR: 0:8: 'gl_FragCoord' : identifiers starting with "gl_" are reserved
D150.tesc.out472 ERROR: 0:101: 'gl_TessLevelOuter' : identifiers starting with "gl_" are reserved
/external/angle/extensions/
DCHROMIUM_bind_uniform_location.txt103 "gl_" prefix. The error INVALID_VALUE is generated if name ends with
113 starting with "gl_") to an index, including a name that is never used as a
/external/swiftshader/
DCMakeLists.txt768 # Combine all gl_* targets into an interface target
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp205 EGLThread (const Library& egl_, const glw::Functions& gl_, int seed);
223 EGLThread::EGLThread (const Library& egl_, const glw::Functions& gl_, int seed) in EGLThread() argument
226 , gl (gl_) in EGLThread()