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:OPENGL
(Results
1 - 25
of
49
) sorted by relevance
1
2
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
system_properties.h
22
OPENGL
= 0,
member in OHOS::Rosen::GpuApiType
36
return SystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
;
in IsUseVulkan()
41
return SystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
;
in IsUseGl()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_resource_util.cpp
55
if ((backendType == DeviceBackendType::
OPENGL
) || (backendType == DeviceBackendType::OPENGLES)) {
in CopyGpuResource()
71
if (backendType == DeviceBackendType::
OPENGL
) {
in DebugBufferName()
86
if (backendType == DeviceBackendType::
OPENGL
) {
in DebugImageName()
101
if (backendType == DeviceBackendType::
OPENGL
) {
in DebugSamplerName()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H
A
D
rs_recording_thread.cpp
57
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in CreateShareGrContext()
95
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in CreateShareEglContext()
113
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in DestroyShareEglContext()
198
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in FinishRecordingOneFrame()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
system_graphic_properties.cpp
23
return GpuApiType::
OPENGL
;
in GetSystemGraphicGpuType()
H
A
D
system_properties.cpp
34
const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::
OPENGL
;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_surface_ohos_converter.cpp
41
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in ConvertToOhosSurface()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos.cpp
50
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H
A
D
rs_upload_resource_thread.cpp
129
if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::GpuApiType::
OPENGL
) {
in CreateShareEglContext()
156
if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::GpuApiType::
OPENGL
) {
in CreateShareGrContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_system_properties.cpp
23
const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::
OPENGL
;
25
const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::
OPENGL
;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H
A
D
rs_system_properties.cpp
23
const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::
OPENGL
;
25
const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::
OPENGL
;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/
H
A
D
platform_device_gles.cpp
41
if (backendType_ == DeviceBackendType::
OPENGL
) {
in CreateGpuImageView()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H
A
D
drawing_utils.h
54
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in GetRenderBackendType()
H
A
D
canvas_context.cpp
41
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in Create()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_base_render_engine.cpp
101
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in InitCapture()
128
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in ResetCurrentContext()
208
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in CreateEglImageFromBuffer()
287
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
&&
in RequestFrame()
320
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in RequestFrame()
351
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in MakeRSSurface()
684
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in DrawImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/offscreen_render/
H
A
D
rs_offscreen_render_thread.cpp
46
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in RSOffscreenRenderThread()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H
A
D
rs_sub_thread.cpp
131
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in CreateShareEglContext()
149
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in DestroyShareEglContext()
308
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in CreateShareGrContext()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
render_context.cpp
290
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in SetUpGpuContext()
520
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in GetShaderCacheSize()
539
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in CleanAllShaderCache()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
intf_device.h
105
OPENGL
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H
A
D
rssurfaceframeohosgl_fuzzer.cpp
128
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in InitRenderContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H
A
D
drawing_context.cpp
52
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in SetUpDrawingContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_dma_buffer_surface_render_node_drawable.cpp
126
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
&&
in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H
A
D
rs_system_properties.h
282
return RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
;
in IsUseVulkan()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_draw_cmd.cpp
199
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in PreProcessPixelMap()
278
if (RSSystemProperties::GetGpuApiType() != GpuApiType::
OPENGL
) {
in GetDrawingImageFromSurfaceBuffer()
412
if (RSSystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in ~RSExtendImageObject()
813
if (SystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in Clear()
840
if (SystemProperties::GetGpuApiType() == GpuApiType::
OPENGL
) {
in Draw()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
swapchain_gles.cpp
164
if (device.GetBackendType() == DeviceBackendType::
OPENGL
) {
174
#error Core::DeviceBackendType::
OPENGL
not implemented for this platform yet.
H
A
D
device_gles.h
338
const DeviceBackendType backendType_ = DeviceBackendType::
OPENGL
;
341
#error Core::DeviceBackendType::
OPENGL
not implemented for this platform yet.
Completed in 13 milliseconds
1
2