Searched defs:buildShader (Results 1 – 4 of 4) sorted by relevance
| /frameworks/native/libs/renderengine/gl/ | ||
| D | Program.cpp | 98 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 | 267 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 |