Searched refs:wrapT (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.h | 31 GLint minFilter, GLint magFilter, GLint wrapS, GLint wrapT);
|
H A D | gl_utils.cpp | 42 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 D | rs_draw_cmd.cpp | 959 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 D | gltf2_data_structures.h | 358 WrapMode wrapT = WrapMode::REPEAT; member
|
H A D | gltf2_loader.cpp | 989 WrapMode wrapT; 990 if (!ParseWrapMode(loadResult, wrapT, jsonData, "wrapT")) { 999 sampler->wrapT = wrapT;
|
H A D | gltf2_exporter.cpp | 377 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 D | gltf2_importer.cpp | 3047 desc.addressModeV = ConvertToCoreWrapMode(sampler->wrapT);
|
Completed in 16 milliseconds