Home
last modified time | relevance | path

Searched refs:wrapT (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.h31 GLint minFilter, GLint magFilter, GLint wrapS, GLint wrapT);
H A Dgl_utils.cpp42 GLint magFilter, GLint wrapS, GLint wrapT) in CreateTexture2D()
51 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT); in CreateTexture2D()
41 CreateTexture2D(GLsizei width, GLsizei height, GLsizei levels, GLenum internalFormat, GLint minFilter, GLint magFilter, GLint wrapS, GLint wrapT) CreateTexture2D() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp959 GLint wrapT; in CreateEglTextureId() local
960 glGetTexParameteriv(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_T, &wrapT); in CreateEglTextureId()
977 glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_T, wrapT); in CreateEglTextureId()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h358 WrapMode wrapT = WrapMode::REPEAT; member
H A Dgltf2_loader.cpp989 WrapMode wrapT;
990 if (!ParseWrapMode(loadResult, wrapT, jsonData, "wrapT")) {
999 sampler->wrapT = wrapT;
H A Dgltf2_exporter.cpp377 exportSampler->wrapT = GetWrapMode(samplerDesc.addressModeV); in GenerateGltfSamplers()
1962 if (sampler->wrapT != WrapMode::REPEAT) { in ExportSamplers()
1963 jsonSampler["wrapT"] = static_cast<int>(sampler->wrapT); in ExportSamplers()
H A Dgltf2_importer.cpp3047 desc.addressModeV = ConvertToCoreWrapMode(sampler->wrapT);

Completed in 16 milliseconds