Searched defs:loadShader (Results 1 – 10 of 10) sorted by relevance
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
D | GLToolbox.java | 23 public static int loadShader(int shaderType, String source) { in loadShader() method in GLToolbox
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | GLToolbox.java | 23 public static int loadShader(int shaderType, String source) { in loadShader() method in GLToolbox
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 117 public static int loadShader(int type, String shaderCode){ in loadShader() method in MyGLRenderer
|
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) { in loadShader() function in Renderer
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | Gles2ColoredTriangleList.java | 160 private static int loadShader(int type, String shaderCode){ in loadShader() method in Gles2ColoredTriangleList
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 57 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader() function
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | GLES20TriangleRenderer.java | 157 private int loadShader(int shaderType, String source) { in loadShader() method in GLES20TriangleRenderer
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 155 private int loadShader(int shaderType, String source) { in loadShader() method in GLES20TriangleRenderer
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 223 private int loadShader(int shaderType, String source) { in loadShader() method in MyRenderer
|
/development/ndk/platforms/android-21/samples/native-codec/src/com/example/nativecodec/ |
D | MyGLSurfaceView.java | 239 private int loadShader(int shaderType, String source) { in loadShader() method in MyRenderer
|