HomeSort by relevance Sort by last modified time
    Searched full:deleteprogram (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 53 void deleteProgram(GLuint program);
ResourceManager.cpp 34 deleteProgram(mProgramMap.begin()->first);
178 void ResourceManager::deleteProgram(GLuint program)
Context.h 333 void deleteProgram(GLuint program);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ProgramBinding.cpp 49 GLC(m_context, m_context->deleteProgram(m_program));
112 GLC(m_context, m_context->deleteProgram(programObject));
  /external/skia/gpu/src/
GrGpuGLShaders.h 74 static void DeleteProgram(GrGLProgram::CachedData* programData);
GrGpuGLShaders.cpp 78 GrGpuGLShaders::DeleteProgram(&fEntries[i].fProgramData);
115 GrGpuGLShaders::DeleteProgram(&entry->fProgramData);
138 void GrGpuGLShaders::DeleteProgram(GrGLProgram::CachedData* programData) {
141 GR_GL(DeleteProgram(programData->fProgramID));
239 DeleteProgram(&cachedData);
243 DeleteProgram(&cachedData);
    [all...]
GrGLProgram.cpp 837 GR_GL(DeleteProgram(progID));
    [all...]
  /external/skia/gpu/src/unix/
GrGLDefaultInterface_unix.cpp 65 GR_GL_GET_PROC(DeleteProgram);
  /external/webkit/Source/WebCore/html/canvas/
WebGLProgram.cpp 51 context()->graphicsContext3D()->deleteProgram(obj);
WebGLRenderingContext.h 118 void deleteProgram(WebGLProgram*);
601 // Helper function for delete* (deleteBuffer, deleteProgram, etc) functions.
WebGLRenderingContext.idl 496 [StrictTypeChecking] void deleteProgram(in WebGLProgram program);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Shader.cpp 118 context->deleteProgram(program);
132 m_context->deleteProgram(m_program);
  /external/skia/gpu/src/mesa/
GrGLDefaultInterface_mesa.cpp 64 GR_GL_GET_PROC(DeleteProgram);
  /external/skia/gpu/src/win/
GrGLDefaultInterface_win.cpp 104 GR_GL_GET_PROC(DeleteProgram);
  /external/antlr/src/org/antlr/runtime/
TokenRewriteStream.java 202 public void deleteProgram() {
203 deleteProgram(DEFAULT_PROGRAM_NAME);
207 public void deleteProgram(String programName) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 186 glDeleteProgramType deleteProgram;
350 deleteProgram = GET_PROC_ADDRESS(glDeleteProgram);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 241 void deleteProgram(Platform3DObject);
GraphicsContext3DChromium.cpp 721 DELEGATE_TO_IMPL_1(deleteProgram, Platform3DObject)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 337 virtual void deleteProgram(WebGLId) = 0;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 800 void deleteProgram(Platform3DObject);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 860 (gl::Context::deleteProgram):
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 

Completed in 259 milliseconds

1 2