Searched defs:buildShader (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/renderfright/gl/ | ||
D | Program.cpp | 102 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::renderengine::gl::Program |
/frameworks/native/libs/renderengine/gl/ | ||
D | Program.cpp | 111 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::renderengine::gl::Program |
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ | ||
D | ImageFlipRenderThread.java | 264 private static int buildShader(String source, int type) { in buildShader() method in ImageFlipRenderThread |
/frameworks/native/services/surfaceflinger/tests/ | ||
D | BufferGenerator.cpp | 271 GLuint buildShader(const char* source, GLenum type) const { in buildShader() function in android::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 |