Home
last modified time | relevance | path

Searched refs:worldLoc (Results 1 – 3 of 3) sorted by relevance

/dports/games/fillets-ng/fillets-ng-1.0.1/src/effect/
H A DLayeredPicture.cpp57 LayeredPicture::getMaskAtWorld(const V2 &worldLoc) in getMaskAtWorld() argument
59 V2 localLoc = worldLoc.minus(m_loc); in getMaskAtWorld()
H A DLayeredPicture.h25 Uint32 getMaskAtWorld(const V2 &worldLoc);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/nvidia-vertex-buffer-object/android-vertex-buffer-object/jni/
H A Dgl_code.cpp117 GLint worldLoc; variable
375 worldLoc = glGetUniformLocation(gProgram, "world"); in init()
389 glUniformMatrix4fv(worldLoc, 1, false, identity_mat); in init()