Searched defs:buildShader (Results 1 – 5 of 5) sorted by relevance
102 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::renderengine::gl::Program
158 private fun buildShader(rippleShape: RippleShape): String = in buildShader() method
264 private static int buildShader(String source, int type) { in buildShader() method in ImageFlipRenderThread
272 GLuint buildShader(const char* source, GLenum type) const { in buildShader() function in android::Program
311 private static int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread