/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 312 struct Shader in BuildProgram() struct 314 glw::GLchar const *const source; in BuildProgram() 315 glw::GLenum const type; in BuildProgram() 316 glw::GLuint id; in BuildProgram() 880 struct Shader in PrepareProgram() struct 882 glw::GLchar const *const source; in PrepareProgram() 883 glw::GLenum const type; in PrepareProgram() 884 glw::GLuint id; in PrepareProgram() 1327 struct Shader in PrepareProgram() struct 1329 glw::GLchar const *const source; in PrepareProgram() [all …]
|
H A D | gl4cIncompleteTextureAccessTests.cpp | 164 struct Shader in PrepareProgram() struct 166 glw::GLchar const *source[5]; in PrepareProgram() 167 glw::GLsizei const count; in PrepareProgram() 168 glw::GLenum const type; in PrepareProgram() 169 glw::GLuint id; in PrepareProgram()
|
H A D | gl4cContextFlushControlTests.cpp | 555 struct Shader in createProgram() struct 557 glw::GLchar const *const source; in createProgram() 558 glw::GLenum const type; in createProgram() 559 glw::GLuint id; in createProgram()
|
H A D | gl4cDirectStateAccessSamplersTests.cpp | 608 struct Shader in prepareProgram() struct 610 glw::GLchar const *const source; in prepareProgram() 611 glw::GLenum const type; in prepareProgram() 612 glw::GLuint id; in prepareProgram()
|
H A D | gl4cConditionalRenderInvertedTests.cpp | 364 struct Shader in createProgram() struct 366 glw::GLchar const *const source; in createProgram() 367 glw::GLenum const type; in createProgram() 368 glw::GLuint id; in createProgram()
|
H A D | gl4cES31CompatibilityTests.hpp | 129 static const struct Shader struct in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest 131 const glw::GLchar *vertex[3]; 132 const glw::GLchar *fragment[3];
|
H A D | gl4cDirectStateAccessXFBTests.cpp | 1703 struct Shader in prepareProgram() struct 1705 glw::GLchar const *const source; in prepareProgram() 1706 glw::GLenum const type; in prepareProgram() 1707 glw::GLuint id; in prepareProgram()
|
H A D | gl3cTextureSizePromotion.cpp | 1434 struct Shader in buildProgram() struct 1436 glw::GLchar const *const source; in buildProgram() 1437 glw::GLenum const type; in buildProgram() 1438 glw::GLuint id; in buildProgram()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 891 struct Shader in PrepareProgram() struct 893 glw::GLchar const *source[3]; in PrepareProgram() 894 glw::GLsizei const count; in PrepareProgram() 895 glw::GLenum const type; in PrepareProgram() 896 glw::GLuint id; in PrepareProgram() 2071 struct Shader in PrepareProgram() struct 2073 glw::GLchar const *source[3]; in PrepareProgram() 2074 glw::GLsizei const count; in PrepareProgram() 2075 glw::GLenum const type; in PrepareProgram() 2076 glw::GLuint id; in PrepareProgram() [all …]
|
H A D | gl4cDirectStateAccessQueriesTests.cpp | 1768 struct Shader in prepareProgram() struct 1770 glw::GLchar const *const source; in prepareProgram() 1771 glw::GLenum const type; in prepareProgram() 1772 glw::GLuint id; in prepareProgram()
|
/aosp_15_r20/external/skia/third_party/vello/src/ |
H A D | shaders.rs | 9 pub(crate) struct Shader(&'static vello_shaders::ComputeShader<'static>); struct 11 impl Shader { implementation 72 pub(crate) fn shader(stage: ffi::ShaderStage) -> &'static Shader { in shader()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayETC2Support.cpp | 144 struct Shader in prepareProgram() struct 146 glw::GLchar const *const source; in prepareProgram() 147 glw::GLenum const type; in prepareProgram() 148 glw::GLuint id; in prepareProgram()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Blit11.h | 144 struct Shader struct 149 Shader &operator=(Shader &&other); argument 151 ShaderDimension dimension; argument 152 d3d11::PixelShader pixelShader; argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | State.h | 55 struct Shader struct 57 void *handle; 58 uint type; 59 struct pipe_shader_state state; 60 unsigned output_mapping[PIPE_MAX_SHADER_OUTPUTS]; 61 bool output_resolved;
|
/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | compute_test.h | 54 struct Shader { struct 55 std::shared_ptr<struct clc_binary> obj; 56 std::shared_ptr<struct clc_parsed_spirv> metadata; 57 std::shared_ptr<struct clc_dxil_object> dxil;
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Shader.java | 32 public class Shader { class 44 public Shader() { in Shader() method in Shader 51 protected Shader(ColorSpace colorSpace) { in Shader() method in Shader
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | lower_copy_swap.rs | 240 fn run(&mut self, s: &mut Shader) { in run() 286 impl Shader<'_> { implementation
|
H A D | opt_crs.rs | 38 impl Shader<'_> { impl
|
H A D | opt_out.rs | 40 impl Shader<'_> { impl
|
H A D | opt_uniform_instrs.rs | 52 impl Shader<'_> { implementation
|
H A D | opt_jump_thread.rs | 146 impl Shader<'_> { implementation
|
H A D | opt_dce.rs | 185 impl Shader<'_> { impl
|
H A D | opt_lop.rs | 269 impl Shader<'_> { implementation
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | Shader.java | 10 public class Shader { class 27 Shader(long native_instance) { in Shader() method in Shader
|
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/ |
H A D | shader.cc | 37 Shader::Shader(const char* vertex_code, const char* fragment_code) in Shader() function in quic_trace::render::Shader 40 Shader::Shader(const char* vertex_code, in Shader() function in quic_trace::render::Shader
|