Searched defs:buildShader (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Program.cpp | 106 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::uirenderer::Program |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ | ||
D | GLTextureViewActivity.java | 307 private int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread |