HomeSort by relevance Sort by last modified time
    Searched refs:deleteTextures (Results 51 - 69 of 69) sorted by null

1 23

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 728 DELEGATE_TO_GL_2(deleteTextures, DeleteTextures, WGC3Dsizei, WebGLId*);
769 gl_->DeleteTextures(1, &texture);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 612 virtual void deleteTextures (int numTextures, const deUint32* textures);
    [all...]
sglrReferenceContext.cpp 680 void ReferenceContext::deleteTextures (int numTextures, const deUint32* textures)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 915 context.deleteTextures(m_numTextures, &textureGLNames[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 272 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_storageTex);
    [all...]
es31fTextureLevelStateQueryTests.cpp 732 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
    [all...]
es31fDebugTests.cpp     [all...]
es31fTessellationGeometryInteractionTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp     [all...]
es3fRasterizationTests.cpp 329 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 922 c->surfaceManager->deleteTextures(n, textures);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitGL43.inl 63 gl->deleteTextures = (glDeleteTexturesFunc) loader->get("glDeleteTextures");
    [all...]
glwInitGL44.inl 63 gl->deleteTextures = (glDeleteTexturesFunc) loader->get("glDeleteTextures");
    [all...]
glwImpl.inl 498 gl->deleteTextures(n, textures);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 310 engine.deleteTextures(1, &texture);
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 448 m_gl.deleteTextures(param0, param1);
    [all...]

Completed in 395 milliseconds

1 23