HomeSort by relevance Sort by last modified time
    Searched refs:DeleteProgram (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 232 GL_CALL(DeleteProgram(programID));
258 GL_CALL(DeleteProgram(programID));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 228 public virtual void DeleteProgram() {
229 DeleteProgram(DEFAULT_PROGRAM_NAME);
233 public virtual void DeleteProgram(string programName) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 257 public virtual void DeleteProgram()
259 DeleteProgram( DEFAULT_PROGRAM_NAME );
263 public virtual void DeleteProgram( string programName )
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 99 * Called via ctx->Driver.DeleteProgram()
307 functions->DeleteProgram = st_delete_program;
  /external/skia/bench/
GLVec4ScalarBench.cpp 285 GR_GL_CALL(gl, DeleteProgram(fProgram));
GLVertexAttributesBench.cpp 253 GR_GL_CALL(gl, DeleteProgram(fProgram));
GLInstancedArraysBench.cpp 376 GR_GL_CALL(gl, DeleteProgram(fProgram));
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 59 GL_CALL(DeleteProgram(fProgramID));
GrGLAssembleInterface.cpp 121 GET_PROC(DeleteProgram);
609 GET_PROC(DeleteProgram);
    [all...]
GrGLGpu.cpp 305 GL_CALL(DeleteProgram(fCopyPrograms[i].fProgram));
311 GL_CALL(DeleteProgram(fMipmapPrograms[i].fProgram));
316 GL_CALL(DeleteProgram(fStencilClipClearProgram));
339 GL_CALL(DeleteProgram(fCopyPrograms[i].fProgram));
344 GL_CALL(DeleteProgram(fMipmapPrograms[i].fProgram));
348 GL_CALL(DeleteProgram(fStencilClipClearProgram));
    [all...]
  /external/mesa3d/src/mesa/main/
shared.c 180 ctx->Driver.DeleteProgram(ctx, prog);
dd.h 479 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 118 driver->DeleteProgram = _mesa_delete_program;
  /external/mesa3d/src/mesa/program/
program.c 253 * Called via ctx->Driver.DeleteProgram. May be wrapped (OO deriviation)
332 ctx->Driver.DeleteProgram(ctx, oldProg);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 410 functions->DeleteProgram = brwDeleteProgram;
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 187 void DeleteProgram(GLuint program);
542 return es2::DeleteProgram(program);
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 164 void DeleteProgram(GLuint program) override;
    [all...]
mojo_gles2_impl_autogen.cc 276 void MojoGLES2Impl::DeleteProgram(GLuint program) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 332 #define glDeleteProgram MANGLE(DeleteProgram)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 359 #define glDeleteProgram MANGLE(DeleteProgram)
    [all...]

Completed in 960 milliseconds

1 2