Home
last modified time | relevance | path

Searched refs:fragment_shader_source (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp910 … const std::string &fragment_shader_source, in execute_positive_test() argument
921 fragment_shader_source, TestCaseBase<API>::FRAGMENT_SHADER_TYPE, require_gpu_shader5); in execute_positive_test()
988 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()
1105 …const std::string &fragment_shader_source, const std::string &compute_shader_source, bool delete_g… in execute_positive_test() argument
1118 fragment_shader_source, TestCaseBase<API>::FRAGMENT_SHADER_TYPE, require_gpu_shader5); in execute_positive_test()
1286 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()
3835 const std::string &fragment_shader_source = in execute_draw_test() local
3850 this->execute_positive_test(vertex_shader_source, fragment_shader_source, false, false); in execute_draw_test()
3858 … geometry_shader_source, fragment_shader_source, compute_shader_source, false, in execute_draw_test()
3869 const std::string &fragment_shader_source = in execute_draw_test() local
[all …]
H A Des31cArrayOfArraysTests.hpp285 … const std::string &fragment_shader_source,
292 … const std::string &fragment_shader_source,
/aosp_15_r20/external/libkmsxx/kmscube/
H A Dcube-gles2.cpp137 static const char* fragment_shader_source = in GlScene() local
164 glShaderSource(fragment_shader, 1, &fragment_shader_source, NULL); in GlScene()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.hpp390 glw::GLchar const *const fragment_shader_source);
H A Dgl3cTextureSizePromotion.cpp1430 glw::GLchar const *const fragment_shader_source) in buildProgram() argument
1439 …} shader[] = {{vertex_shader_source, GL_VERTEX_SHADER, 0}, {fragment_shader_source, GL_FRAGMENT_SH… in buildProgram()
H A Dgl3cTransformFeedbackTests.hpp1318 … glw::GLchar const *const vertex_shader_source, glw::GLchar const *const fragment_shader_source,
H A Dgl3cTransformFeedbackTests.cpp6716 …glw::GLchar const *const fragment_shader_source, glw::GLchar const *const *const transform_feedbac… in buildProgram() argument
6731 {fragment_shader_source, GL_FRAGMENT_SHADER, 0}}; in buildProgram()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp11122 const GLchar *fragment_shader_source = {"#version 300 es\n" in setSourceForShaderObjectsUsedForNonRenderableTextureSupport() local
11304 gl.shaderSource(fragment_shader_object_id, 1 /* part */, &fragment_shader_source, NULL); in setSourceForShaderObjectsUsedForNonRenderableTextureSupport()