Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GpuBufferGLES
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_buffer_gles.cpp
73
GpuBufferGLES
::
GpuBufferGLES
(Device& device, const GpuBufferDesc& desc)
in GpuBufferGLES()
function in GpuBufferGLES
137
GpuBufferGLES
::~
GpuBufferGLES
()
in ~GpuBufferGLES()
159
const GpuBufferDesc&
GpuBufferGLES
::GetDesc() const
in GetDesc()
164
const GpuBufferPlatformDataGL&
GpuBufferGLES
::GetPlatformData() const
in GetPlatformData()
169
void*
GpuBufferGLES
::Map()
in Map()
209
void
GpuBufferGLES
::Unmap() const
in Unmap()
228
void*
GpuBufferGLES
::MapMemory()
in MapMemory()
H
A
D
gpu_buffer_gles.h
40
class
GpuBufferGLES
final : public GpuBuffer {
42
GpuBufferGLES
(Device& device, const GpuBufferDesc& desc);
43
~
GpuBufferGLES
();
H
A
D
gpu_resource_util_gles.cpp
36
GpuBufferGLES
& glesBuffer = (
GpuBufferGLES
&)buffer;
in CopyGpuBufferGLES()
46
const GpuBufferPlatformDataGL& cplat = (static_cast<const
GpuBufferGLES
&>(buffer)).GetPlatformData();
in DebugBufferNameGLES()
H
A
D
render_backend_gles.cpp
521
BlitData SetupBlit(DeviceGLES& device_, const BufferImageCopy& bufferImageCopy,
GpuBufferGLES
& srcGpuBuffer,
in SetupBlit()
572
void FinishBlit(DeviceGLES& device_, const
GpuBufferGLES
& srcGpuBuffer)
in FinishBlit()
1145
if (const
GpuBufferGLES
* gpuBuffer = gpuResourceMgr_.GetBuffer<
GpuBufferGLES
>(renderCmd.argsHandle); gpuBuffer) {
in RenderCommandDrawIndirect()
1203
if (const
GpuBufferGLES
* gpuBuffer = gpuResourceMgr_.GetBuffer<
GpuBufferGLES
>(renderCmd.argsHandle); gpuBuffer) {
in RenderCommandDispatchIndirect()
1645
if (const auto* gpuBuffer = gpuResourceMgr_.GetBuffer<
GpuBufferGLES
>(currVb.bufferHandle); gpuBuffer) {
in RenderCommandBindVertexBuffers()
1662
if (const
GpuBufferGLES
* gpuBuffer = gpuResourceMgr_.GetBuffer<
GpuBufferGLES
>(renderCmd.indexBuffer.bufferHandle);
in RenderCommandBindIndexBuffer()
1717
const auto* srcGpuBuffer = gpuResourceMgr_.GetBuffer<
GpuBufferGLES
>(renderCm
in RenderCommandCopyBuffer()
[all...]
H
A
D
render_backend_gles.h
38
class
GpuBufferGLES
;
H
A
D
device_gles.cpp
2050
return make_unique<
GpuBufferGLES
>(*this, desc);
2055
return make_unique<
GpuBufferGLES
>(*this, desc.bufferDesc);
Completed in 9 milliseconds