Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c150 struct util_live_shader *shader2 = entry2 ? entry2->data : NULL; in util_live_shader_cache_get() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp240 GLuint shader2 = ctx.glCreateShader(GL_VERTEX_SHADER); in attach_shader() local
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp172 sk_sp<SkShader> shader1(nullptr), shader2(nullptr); in make_fuzz_shader() local
/third_party/skia/fuzz/
DFuzzCanvas.cpp172 sk_sp<SkShader> shader1(nullptr), shader2(nullptr); in make_fuzz_shader() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp1929 …iformBlock &block1, const glsl::UniformBlock &block2, const Shader *shader1, const Shader *shader2) in areMatchingUniformBlocks()