Home
last modified time | relevance | path

Searched refs:frag_shader_source (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/
Dgles.cpp165 const std::string& frag_shader_source) { in CreateProgram() argument
173 auto frag_shader_opt = CreateShader(GL_FRAGMENT_SHADER, frag_shader_source); in CreateProgram()
Dgles.h56 const std::string& frag_shader_source);