Searched defs:buildShader (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ | ||
D | Program.cpp | 97 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::Program |
/frameworks/base/libs/hwui/ | ||
D | Program.cpp | 134 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 | 311 private static int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ | ||
D | ImageWallpaper.java | 608 private int buildShader(String source, int type) { in buildShader() method in ImageWallpaper.DrawableEngine |