Home
last modified time | relevance | path

Searched refs:GraphicsPipelineStateObjectGLES (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp151 GraphicsPipelineStateObjectGLES::GraphicsPipelineStateObjectGLES(Device& device, in GraphicsPipelineStateObjectGLES() function in GraphicsPipelineStateObjectGLES
187 GpuShaderProgramGLES* GraphicsPipelineStateObjectGLES::GetOESProgram(array_view<const OES_Bind> oes… in GetOESProgram()
204 void GraphicsPipelineStateObjectGLES::MakeVAO() noexcept in MakeVAO()
237 GraphicsPipelineStateObjectGLES::~GraphicsPipelineStateObjectGLES() in ~GraphicsPipelineStateObjectGLES()
245 const PipelineStateObjectPlatformDataGL& GraphicsPipelineStateObjectGLES::GetPlatformData() const in GetPlatformData()
H A Dpipeline_state_object_gles.h47 class GraphicsPipelineStateObjectGLES final : public GraphicsPipelineStateObject {
49 GraphicsPipelineStateObjectGLES(Device& device, const GpuShaderProgram& gpuShaderProgram,
56 ~GraphicsPipelineStateObjectGLES();
H A Drender_backend_gles.h50 class GraphicsPipelineStateObjectGLES; variable
264 const GraphicsPipelineStateObjectGLES* boundGraphicsPipeline_ = nullptr;
H A Ddevice_gles.cpp2145 …auto pipeline = make_unique<GraphicsPipelineStateObjectGLES>(*this, gpuProgram, graphicsState, pip… in CreateGraphicsPipelineStateObject()
H A Drender_backend_gles.cpp1049 const auto* pso = static_cast<const GraphicsPipelineStateObjectGLES*>( in BindGraphicsPipeline()