Home
last modified time | relevance | path

Searched defs:buildShader (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgram.cpp97 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::Program
/frameworks/base/libs/hwui/
DProgram.cpp134 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::uirenderer::Program
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java311 private static int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java608 private int buildShader(String source, int type) { in buildShader() method in ImageWallpaper.DrawableEngine