Home
last modified time | relevance | path

Searched defs:yTex (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTextureToYUVPlanes.cpp179 sk_sp<GrTexture> yTex(yDrawContext->asTexture()); in GrTextureToYUVPlanes() local
/dports/devel/love5/love-0.5-0/src/opengl/
H A DImage.cpp77 float yTex = y/(float)textureHeight; in draws() local
130 float yTex = cy/(float)textureHeight; in draws() local
H A DAnimation.cpp48 float yTex = y/(float)image->getTextureHeight(); in addFrame() local
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMeshManager.cpp504 Real yTex = (1.0f * params.yTile) / params.ysegments; in loadManualPlane() local
648 Real yTex = (1.0f * params.yTile) / params.ysegments; in loadManualCurvedPlane() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMeshManager.cpp517 Real yTex = (1.0f * params.yTile) / params.ysegments; in loadManualPlane() local
663 Real yTex = (1.0f * params.yTile) / params.ysegments; in loadManualCurvedPlane() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dimagestyles.cpp476 for (int y = 0, yTex = p.y; y < r->getLy(); y++, yTex++) { in applyTexture() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp223 sk_sp<GrTexture> yTex( in make_from_yuv_textures_copy() local
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DMeshManager.cc369 double yTex = _uvTile.Y() / _segments.Y(); in CreatePlane() local