Searched refs:UNIFORM_TYPE (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.h | 31 #define UNIFORM_TYPE(E, ...) \ macro 39 UNIFORM_TYPE(kFloat, float); 40 UNIFORM_TYPE(kFloat2, SkV2); 41 UNIFORM_TYPE(kFloat4, SkPMColor4f); 42 UNIFORM_TYPE(kFloat4, SkRect); 43 UNIFORM_TYPE(kFloat4, SkV4); 44 UNIFORM_TYPE(kFloat4, skvx::Vec<4, float>); 45 UNIFORM_TYPE(kFloat4x4, SkM44); 46 UNIFORM_TYPE(kInt, int); 48 #undef UNIFORM_TYPE
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 263 UNIFORM_TYPE: 0x8A37, property
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_uniform_buffer_object.txt | 276 UNIFORM_TYPE 0x8A37 696 If <pname> is UNIFORM_TYPE, then an array identifying the types 704 returned by a query of UNIFORM_TYPE. For active uniforms that are 1587 …UNIFORM_TYPE 0*xZ_27 GetActiveUniformsiv - Type of active uniform …
|
D | ARB_program_interface_query.txt | 932 UNIFORM_TYPE TYPE 1805 (20) Are "old" token names (e.g., UNIFORM_TYPE) accepted by "new"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_uniform_buffer_object.txt | 266 UNIFORM_TYPE 0x8A37 686 If <pname> is UNIFORM_TYPE, then an array identifying the types 694 returned by a query of UNIFORM_TYPE. For active uniforms that are 1577 …UNIFORM_TYPE 0*xZ_27 GetActiveUniformsiv - Type of active uniform …
|
D | ARB_program_interface_query.txt | 915 UNIFORM_TYPE TYPE 1788 (20) Are "old" token names (e.g., UNIFORM_TYPE) accepted by "new"
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3975 readonly UNIFORM_TYPE: GLenum; variable 4336 readonly UNIFORM_TYPE: GLenum; property
|
D | lib.dom.d.ts | 17006 readonly UNIFORM_TYPE: GLenum; variable 17367 readonly UNIFORM_TYPE: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3955 readonly UNIFORM_TYPE: GLenum; variable 4316 readonly UNIFORM_TYPE: GLenum; property
|
D | dom.generated.d.ts | 16986 readonly UNIFORM_TYPE: GLenum; variable 17347 readonly UNIFORM_TYPE: GLenum; property
|