Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.h58 bool CompileShader(GLuint shader, const std::string& shader_string);
Dutils.cpp25 bool CompileShader(GLuint shader, const std::string& shader_string) { in CompileShader() function