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

1 2 3 4 5 6

  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 47 context_provider_->ContextGL()->DeleteTextures(
71 gl->DeleteTextures(1, &texture.texture_id);
104 gl->DeleteTextures(1, &current_backing_.texture_id);
110 gl->DeleteTextures(1, &frame.texture_id);
175 context_provider_->ContextGL()->DeleteTextures(1, &it->texture_id);
186 context_provider_->ContextGL()->DeleteTextures(1, &texture_id);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 62 'DeleteTextures',
320 "DeleteTextures",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 62 'DeleteTextures',
320 "DeleteTextures",
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
GrGLAssembleInterface.cpp 77 GET_PROC(DeleteTextures);
  /external/skia/src/gpu/gl/
GrGLTexture.h 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
GrGLAssembleInterface.cpp 77 GET_PROC(DeleteTextures);
  /external/deqp/framework/opengl/
gluTexture.cpp 77 m_context.getFunctions().deleteTextures(1, &m_glTexture);
150 gl.deleteTextures(1, &m_glTexture);
158 m_context.getFunctions().deleteTextures(1, &m_glTexture);
311 gl.deleteTextures(1, &m_glTexture);
343 m_context.getFunctions().deleteTextures(1, &m_glTexture);
482 m_context.getFunctions().deleteTextures(1, &m_glTexture);
538 m_context.getFunctions().deleteTextures(1, &m_glTexture);
598 m_context.getFunctions().deleteTextures(1, &m_glTexture);
658 m_context.getFunctions().deleteTextures(1, &m_glTexture);
785 m_context.getFunctions().deleteTextures(1, &m_glTexture)
    [all...]
gluObjectWrapper.cpp 64 { "texture", &glw::Functions::genTextures, &glw::Functions::deleteTextures },
  /external/chromium_org/cc/resources/
texture_mailbox_deleter.cc 24 context_provider->ContextGL()->DeleteTextures(1, &texture_id);
  /external/chromium_org/cc/test/
test_gles2_interface.h 23 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
layer_tree_pixel_test.cc 268 gl->DeleteTextures(1, &texture_id);
300 gl->DeleteTextures(1, &texture);
test_web_graphics_context_3d.cc 201 void TestWebGraphicsContext3D::deleteTextures(GLsizei count, GLuint* ids) {
248 deleteTextures(1, &id);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 66 GET_PROC(DeleteTextures);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 66 GET_PROC(DeleteTextures);
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 99 void deleteTextures(GLsizei n, const GLuint *tokens);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 156 gles2->DeleteTextures(1, &texture_id);
230 gles2->DeleteTextures(1, &tmp_texture);
  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 286 context.deleteTextures(1, &tex2D);
302 context.deleteTextures(1, &texCube);
439 ctx.deleteTextures(1, &tex2D);
455 ctx.deleteTextures(1, &texCube);
489 ctx.deleteTextures(1, &tex2D);
510 ctx.deleteTextures(1, &texCube);
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 262 context.deleteTextures(1, &tex2D);
278 context.deleteTextures(1, &texCube);
415 ctx.deleteTextures(1, &tex2D);
431 ctx.deleteTextures(1, &texCube);
465 ctx.deleteTextures(1, &tex2D);
486 ctx.deleteTextures(1, &texCube);
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 121 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id)))
243 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id)))
429 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id())))
    [all...]
test_helper.cc 201 EXPECT_CALL(*gl, DeleteTextures(1, Pointee(texture_id)))
237 EXPECT_CALL(*gl, DeleteTextures(4, _))
378 EXPECT_CALL(*gl, DeleteTextures(1, _))
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 49 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 37 gl->deleteTextures = &glDeleteTextures;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 78 void deleteTextures(size_t count, uint32_t const* names);
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 523 gl_->DeleteTextures(1, &texture);
716 gl_->DeleteTextures(1, &mailbox_texture);
840 gl_->DeleteTextures(1, &texture_id);
    [all...]

Completed in 1629 milliseconds

1 2 3 4 5 6