Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgram.cpp102 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::renderengine::gl::Program
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgram.cpp111 GLuint Program::buildShader(const char* source, GLenum type) { in buildShader() function in android::renderengine::gl::Program
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java264 private static int buildShader(String source, int type) { in buildShader() method in ImageFlipRenderThread
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DBufferGenerator.cpp271 GLuint buildShader(const char* source, GLenum type) const { in buildShader() function in android::Program
/aosp12/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java262 private static int buildShader(String source, int type) { in buildShader() method in ColorsGLRenderer
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java311 private static int buildShader(String source, int type) { in buildShader() method in GLTextureViewActivity.RenderThread