Searched defs:buildShader (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Program.cpp | 133 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 | 312 private int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread |