Home
last modified time | relevance | path

Searched defs:shaderSource (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DShaderHelper.java140 public static int compileShader(final int shaderType, final String shaderSource) { in compileShader()
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DShader.cpp90 GLuint Shader::loadShader(GLenum shaderType, const std::string &shaderSource) { in loadShader()