HomeSort by relevance Sort by last modified time
    Searched refs:glCreateProgram (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java 52 int program = GLES20.glCreateProgram();
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
Triangle.java 91 mProgram = GLES20.glCreateProgram(); // create empty OpenGL Program
Square.java 100 mProgram = GLES20.glCreateProgram(); // create empty OpenGL Program
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
GLToolbox.java 49 int program = GLES20.glCreateProgram();
  /cts/tests/tests/opengl/libopengltest/
color_one.cpp 41 gProgram = glCreateProgram();
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 36 {"glCreateProgram", (void*)glCreateProgram},
  /external/chromium_org/third_party/angle/util/
shader_utils.cpp 74 GLuint program = glCreateProgram();
  /external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp 122 GLuint program = glCreateProgram();
153 GLuint program = glCreateProgram();
186 GLuint program = glCreateProgram();
242 GLuint program = glCreateProgram();
268 GLuint program = glCreateProgram();
292 GLuint program = glCreateProgram();
355 GLuint programEmpty = glCreateProgram();
394 GLuint programEmpty = glCreateProgram();
656 m_log << TestLog::Section("", "A name created with glCreateProgram, and not yet deleted with glDeleteProgram is a name of a program object.");
660 program = glCreateProgram();
    [all...]
es2fNegativeShaderApiTests.cpp 99 GLuint program = glCreateProgram();
122 GLuint program = glCreateProgram();
150 GLuint program = glCreateProgram();
196 GLuint program = glCreateProgram();
235 GLuint program = glCreateProgram();
337 GLuint programEmpty = glCreateProgram();
368 GLuint programEmpty = glCreateProgram();
394 GLuint program = glCreateProgram();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 185 GLuint program = glCreateProgram();
213 GLuint program = glCreateProgram();
237 GLuint program = glCreateProgram();
284 GLuint program = glCreateProgram();
310 GLuint program = glCreateProgram();
334 GLuint program = glCreateProgram();
396 GLuint programEmpty = glCreateProgram();
432 GLuint programEmpty = glCreateProgram();
468 GLuint programEmpty = glCreateProgram();
768 GLuint program = glCreateProgram();
    [all...]
es3fIndexedStateQueryTests.cpp 102 GLuint shaderProg = glCreateProgram();
279 m_program = glCreateProgram();
  /external/chromium_org/gpu/command_buffer/tests/
gl_bind_uniform_location_unittest.cc 65 GLuint program = glCreateProgram();
160 GLuint program = glCreateProgram();
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 184 GLuint program = ctx.glCreateProgram();
213 GLuint program = ctx.glCreateProgram();
238 GLuint program = ctx.glCreateProgram();
287 GLuint program = ctx.glCreateProgram();
313 GLuint program = ctx.glCreateProgram();
338 GLuint program = ctx.glCreateProgram();
402 GLuint programEmpty = ctx.glCreateProgram();
439 GLuint programEmpty = ctx.glCreateProgram();
476 GLuint programEmpty = ctx.glCreateProgram();
788 GLuint program = ctx.glCreateProgram();
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
Gles2ColoredTriangleList.java 217 mProgramId = GLES20.glCreateProgram();
218 if (CHECK_GL_ERRORS) checkGlError("glCreateProgram");
220 throw new IllegalStateException("glCreateProgram failed");
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
Gles2ColoredTriangleList.java 217 mProgramId = GLES20.glCreateProgram();
218 if (CHECK_GL_ERRORS) checkGlError("glCreateProgram");
220 throw new IllegalStateException("glCreateProgram failed");
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 94 GLuint program = glCreateProgram();
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.cpp 78 GLuint program = glCreateProgram();
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
Gles2ColoredTriangleList.java 217 mProgramId = GLES20.glCreateProgram();
218 if (CHECK_GL_ERRORS) checkGlError("glCreateProgram");
220 throw new IllegalStateException("glCreateProgram failed");
  /external/deqp/framework/egl/
egluStaticES20Library.inl 29 { "glCreateProgram", (deFunctionPtr)glCreateProgram },
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 388 program = glCreateProgram();
473 program = glCreateProgram();
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 355 program_yuv_ = glCreateProgram();
361 program_rgb_ = glCreateProgram();
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 355 program_yuv_ = glCreateProgram();
361 program_rgb_ = glCreateProgram();
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 55 } else if (0 == strcmp("glCreateProgram", name)) {
56 return (GrGLFuncPtr) glCreateProgram;
249 } else if (0 == strcmp("glCreateProgram", name)) {
250 return (GrGLFuncPtr) glCreateProgram;
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.mm 208 GLuint program = glCreateProgram();
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 29 gl->createProgram = &glCreateProgram;

Completed in 682 milliseconds

12 3 4 5 6