Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp29 constexpr char vshaderSrc[] = R"(#version 300 es in initialize() local
DShaderUtils.cpp65 GLint compileAndLinkShaderProgram(const char* vshaderSrc, const char* fshaderSrc) { in compileAndLinkShaderProgram()
DFrameBuffer_unittest.cpp575 constexpr char vshaderSrc[] = R"(#version 300 es in TEST_F() local
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2607 std::string vshaderSrc = isCoreProfile() ? "#version 330 core\n" : "#version 300 es\n"; in initTexImageEmulation() local
2825 std::string vshaderSrc = in setupImageBlitState() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4466 const char* vshaderSrc, in compileAndLinkShaderProgram()