Home
last modified time | relevance | path

Searched refs:render_texture (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_test_compositor.cc225 GrBackendTexture render_texture = surface->getBackendTexture( in CreateTextureRenderSurface() local
228 if (!render_texture.isValid()) { in CreateTextureRenderSurface()
234 if (!render_texture.getGLTextureInfo(&texture_info)) { in CreateTextureRenderSurface()
/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.cc21 render_texture(ctx, frame_buffer_->texture()); in render()
Dosr_d3d11_win.h257 void render_texture(const std::shared_ptr<Context>& ctx,
Dosr_d3d11_win.cc817 void Layer::render_texture(const std::shared_ptr<Context>& ctx, in render_texture() function in client::d3d11::Layer
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_texture_from_pixmap.txt202 Isn't the render_texture extension deprecated?
209 specification. FBO and the orginal render_texture specification were
/third_party/openGLES/extensions/EXT/
DGLX_EXT_texture_from_pixmap.txt202 Isn't the render_texture extension deprecated?
209 specification. FBO and the orginal render_texture specification were
/third_party/mesa3d/src/mesa/main/
Dfbobject.c430 render_texture(struct gl_context *ctx, in render_texture() function
591 render_texture(ctx, fb, att); in _mesa_update_texture_renderbuffer()
3198 render_texture(ctx, fb, att); in check_begin_texture_render()