Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_mesh.cpp52 int position = shader->GetAttributeLocation("aPosition"); in Bind()
60 int textureCoord = shader->GetAttributeLocation("aTextureCoord"); in Bind()
H A Dalgorithm_program.cpp69 int AlgorithmProgram::GetAttributeLocation(const std::string attributeName) in GetAttributeLocation() function in OHOS::Media::Effect::AlgorithmProgram
71 return shader_->GetAttributeLocation(attributeName.c_str()); in GetAttributeLocation()
H A Dalgorithm_program.h34 int GetAttributeLocation(const std::string attributeName);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_program.h40 int GetAttributeLocation(const std::string &name);
H A Drender_program.cpp76 int RenderProgram::GetAttributeLocation(const std::string &name) in GetAttributeLocation() function in OHOS::Media::Effect::RenderProgram