Home
last modified time | relevance | path

Searched defs:shaderType (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java95 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/native/cmds/flatland/
DGLHelper.cpp304 static bool compileShader(GLenum shaderType, const char* src, in compileShader()
361 static bool compileShaderLines(GLenum shaderType, const char* const* lines, in compileShaderLines()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/av/cmds/screenrecord/
DProgram.cpp137 status_t Program::compileShader(GLenum shaderType, const char* src, in compileShader()
/frameworks/native/libs/gui/tests/
DGLTest.cpp252 void GLTest::loadShader(GLenum shaderType, const char* pSource, in loadShader()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java169 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java264 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java235 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp33 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp83 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java382 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java602 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java202 private int loadShader(int shaderType, String source) { in loadShader()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp198 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { in loadShader()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java687 private static int loadShader(int shaderType, String source) { in loadShader()