Searched refs:glCreateProgram (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DProgram.cpp41 mProgramId = glCreateProgram();
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java123 int program = GLES20.glCreateProgram();
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp74 GLuint program = glCreateProgram();
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp74 GLuint program = glCreateProgram();
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp76 GLuint program = glCreateProgram();
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java197 int program = GLES20.glCreateProgram();
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto84 glCreateProgram = 58;
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp113 GLuint program = glCreateProgram();
/frameworks/rs/driver/
H A DrsdShaderCache.cpp139 e->program = glCreateProgram();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java262 int program = GLES20.glCreateProgram();
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp251 GLuint program = glCreateProgram();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java288 int program = glCreateProgram();
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java409 int program = GLES20.glCreateProgram();
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp113 GLuint program = glCreateProgram();
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp129 GLuint program = glCreateProgram();
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec26 GLuint glCreateProgram ( void )
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java624 int program = GLES20.glCreateProgram();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java497 int program = glCreateProgram();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp254 GLuint program = glCreateProgram();
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp349 GLuint program = glCreateProgram();
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java538 // C function GLuint glCreateProgram ( void )
540 public static native int glCreateProgram( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h499 GL_APICALL GLuint GL_APIENTRY glCreateProgram (void);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp595 const GLMessage_Function GLMessage::glCreateProgram; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h928 static const Function glCreateProgram = GLMessage_Function_glCreateProgram; member in class:android::gltrace::GLMessage
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp342 GLuint program = glCreateProgram();

Completed in 434 milliseconds

12