Home
last modified time | relevance | path

Searched defs:Shaders (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/site/docs/dev/design/
Dpdftheory.md335 ### Shaders subsection
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc517 Shaders section in Vulkan API Test Plan
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderCompilationCases.cpp630 struct Shaders struct in deqp::gles2::Performance::InvalidShaderCompilerCase
632 deUint32 vertShader;
633 deUint32 fragShader;
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp630 struct Shaders struct in deqp::gles3::Performance::InvalidShaderCompilerCase
632 deUint32 vertShader;
633 deUint32 fragShader;
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3048 struct gl_shader **Shaders; /**< List of attached the shaders */ member