Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blendmaster/geoid
/ functions
Functions
126 in github.com/blendmaster/geoid
⨍
Functions
126
◇
Types & classes
10
↓ 35 callers
Function
checkGlError
android/jni/geoid.cpp:69
↓ 13 callers
Function
loadTexture
(program, texture, name, number)
webgl/geoid.js:232
↓ 8 callers
Function
loseContextIfTime
()
webgl/webgl-debug.js:557
↓ 6 callers
Function
clock
()
python/common.py:130
↓ 5 callers
Function
loadImage
(src, cb)
webgl/geoid.js:394
↓ 4 callers
Function
draw
(attrsModified)
webgl/html5slider.js:259
↓ 4 callers
Function
drawPlainQuad
(program)
webgl/geoid.js:269
↓ 4 callers
Function
imageProcessingSet
()
webgl/geoid.js:144
↓ 4 callers
Function
isAttrNum
(value)
webgl/html5slider.js:229
↓ 4 callers
Function
loadIsWater
(program)
webgl/geoid.js:266
↓ 4 callers
Function
loadPlainQuadProgram
(program, framebuffer)
webgl/geoid.js:239
↓ 4 callers
Function
printGLString
android/jni/geoid.cpp:64
↓ 4 callers
Method
read
(self, dst=None)
python/video.py:57
↓ 4 callers
Function
setTexture
(texture, data)
webgl/geoid.js:385
↓ 4 callers
Function
setupFramebuffer
(arg$)
webgl/geoid.js:151
↓ 3 callers
Function
D
(a)
webgl/gl-matrix-min.js:2
↓ 3 callers
Function
create_capture
source: <int> or '<int>|<filename>|synth [:<param_name>=<value> [:...]]'
python/video.py:133
↓ 3 callers
Function
loadOceanCurrentCommon
(program)
webgl/geoid.js:252
↓ 3 callers
Function
style
(element, styles)
webgl/html5slider.js:274
↓ 2 callers
Function
_addWheelListener
( elem, eventName, callback, useCapture )
webgl/wheel-polyfill.js:30
↓ 2 callers
Function
anorm
(a)
python/common.py:28
↓ 2 callers
Function
checkInit
* Checks the utils have been initialized.
webgl/webgl-debug.js:157
↓ 2 callers
Function
createProgram
android/jni/geoid.cpp:187
↓ 2 callers
Method
draw_quads
(self, img, quads, color = (0, 255, 0))
python/video.py:99
↓ 2 callers
Function
draw_str
(dst, (x, y), s)
python/common.py:71
↓ 2 callers
Function
engine_term_display
* Tear down the EGL context currently associated with the display. */
android/jni/geoid.cpp:550
↓ 2 callers
Function
glEnumToString
* Gets an string version of an WebGL enum. * * Example: * var str = WebGLDebugUtil.glEnumToString(ctx.getError()); * * @param {number} value Va
webgl/webgl-debug.js:182
↓ 2 callers
Function
glFunctionArgToString
* Returns the string version of a WebGL argument. * Attempts to convert enum arguments to strings. * @param {string} functionName the name of the We
webgl/webgl-debug.js:197
↓ 2 callers
Function
loadShader
android/jni/geoid.cpp:162
↓ 2 callers
Function
makePropertyWrapper
(wrapper, original, propertyName)
webgl/webgl-debug.js:232
↓ 2 callers
Function
makeWebGLContextEvent
(statusMessage)
webgl/webgl-debug.js:603
↓ 2 callers
Function
rot_x
(angle)
python/geoid.py:46
↓ 2 callers
Function
rot_y
(angle)
python/geoid.py:39
↓ 2 callers
Method
show
(self)
python/common.py:85
↓ 2 callers
Function
splitPacked
(img, idx)
webgl/geoid.js:421
↓ 2 callers
Function
to_rect
(a)
python/common.py:37
↓ 2 callers
Function
update
()
webgl/html5slider.js:234
↓ 2 callers
Function
wrapEvent
(listener)
webgl/webgl-debug.js:431
↓ 1 callers
Function
G
()
webgl/gl-matrix-min.js:2
↓ 1 callers
Function
K
(width, height)
python/geoid.py:85
↓ 1 callers
Function
addOnContextLostListener
(listener)
webgl/webgl-debug.js:441
↓ 1 callers
Function
addOnContextRestoredListener
(listener)
webgl/webgl-debug.js:445
↓ 1 callers
Function
anorm2
(a)
python/common.py:26
↓ 1 callers
Function
calc
()
webgl/html5slider.js:245
↓ 1 callers
Function
calc_optimal_camera_resolution
android/jni/geoid.cpp:568
↓ 1 callers
Function
check
(input)
webgl/html5slider.js:96
↓ 1 callers
Function
clearErrors
()
webgl/webgl-debug.js:550
↓ 1 callers
Function
createGlobeVertices
android/jni/geoid.cpp:300
↓ 1 callers
Function
engine_draw_frame
android/jni/geoid.cpp:375
↓ 1 callers
Function
engine_init_display
XXX fudging the X's here, since the camera preview is narrower than my nexus s' screen size. * Initialize an EGL context for the current display. */
android/jni/geoid.cpp:486
↓ 1 callers
Function
error
(msg)
webgl/webgl-debug.js:42
↓ 1 callers
Function
filter_matches
(kp1, kp2, matches, ratio = 0.75)
python/geoid.py:209
↓ 1 callers
Function
freeResources
()
webgl/webgl-debug.js:584
↓ 1 callers
Function
frustrum
* Generates a frustum matrix with the given bounds * * @param {number} left Left bound of the frustum * @param {number} right Right bound of the frust
android/jni/matrix.cpp:129
↓ 1 callers
Function
genNoise
(width, height)
webgl/geoid.js:130
↓ 1 callers
Function
grouper
grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx
python/common.py:189
↓ 1 callers
Function
init
* Initializes this module. Safe to call more than once. * @param {!WebGLRenderingContext} ctx A WebGL context. If * you have more than one contex
webgl/webgl-debug.js:143
↓ 1 callers
Function
initialize
()
webgl/html5slider.js:80
↓ 1 callers
Method
isOpened
(self)
python/video.py:73
↓ 1 callers
Function
isWebGLObject
(obj)
webgl/webgl-debug.js:530
↓ 1 callers
Function
known_globe_point
(p, centerLat, centerLon)
python/geoid.py:123
↓ 1 callers
Function
log
(msg)
webgl/webgl-debug.js:32
↓ 1 callers
Function
makeErrorWrapper
(ctx, functionName)
webgl/webgl-debug.js:289
↓ 1 callers
Function
makeLostContextFunctionWrapper
(ctx, functionName)
webgl/webgl-debug.js:567
↓ 1 callers
Function
makeLostContextSimulatingContext
(ctx)
webgl/webgl-debug.js:614
↓ 1 callers
Function
perspective_matrix
* Generates a perspective projection matrix with the given bounds * * @param {number} fovy Vertical field of view * @param {number} aspect Aspect rati
android/jni/matrix.cpp:162
↓ 1 callers
Method
render
(self, dst)
python/video.py:54
↓ 1 callers
Function
resetToInitialState
(ctx)
webgl/webgl-debug.js:331
↓ 1 callers
Function
rot_z
(angle)
python/geoid.py:32
↓ 1 callers
Function
rotate_matrix
* Rotates a matrix by the given angle around the specified axis (from gl-matrix 1.3.7) * * @param {number} angle Angle (in radians) to rotate * @param
android/jni/matrix.cpp:18
↓ 1 callers
Function
setupGraphics
android/jni/geoid.cpp:227
↓ 1 callers
Function
surface_point
The 3D coordinates of a latitude/longitude surface point on the globe, as well as the normal vector.
python/geoid.py:53
↓ 1 callers
Function
transform
(slider)
webgl/html5slider.js:102
↓ 1 callers
Function
translate_matrix
* "Simulates desktop's glRotatef" (error?, actually translation). * The matrix is returned in column-major order. */
android/jni/matrix.cpp:102
↓ 1 callers
Method
update
(self, v)
python/common.py:146
↓ 1 callers
Function
updateTimestamp
()
webgl/geoid.js:458
↓ 1 callers
Function
wrapAddEventListener
(canvas)
webgl/webgl-debug.js:450
Function
Timer
(msg)
python/common.py:134
Method
__init__
(self, img, lat, lon, kp, desc, i, j)
python/geoid.py:150
Method
__init__
(self, **kw)
python/common.py:16
Method
__init__
(self, windowname, dests, colors_func)
python/common.py:76
Method
__init__
(self, smooth_coef = 0.5)
python/common.py:143
Method
__init__
(self, win, callback)
python/common.py:154
Method
__init__
(self, size=None, noise=0.0, bg = None, **params)
python/video.py:39
Method
__init__
(self, **kw)
python/video.py:77
Method
__str__
(self)
python/common.py:18
Function
android_main
android/jni/geoid.cpp:692
Function
checkResources
(args)
webgl/webgl-debug.js:540
Method
dragging
(self)
python/common.py:185
Method
draw
(self, vis)
python/common.py:178
Function
draw_keypoints
(vis, keypoints, color = (0, 255, 255))
python/common.py:214
Function
engine_handle_cmd
android/jni/geoid.cpp:618
Function
fn$
(i)
webgl/geoid.js:451
Function
fn1$
(i)
webgl/geoid.js:533
Function
getValue
()
webgl/html5slider.js:122
Function
getsize
(img)
python/common.py:207
Function
glFunctionArgsToString
* Converts the arguments of a WebGL function to a string. * Attempts to convert enum arguments to strings. * * @param {string} functionName the nam
webgl/webgl-debug.js:221
Function
homotrans
(H, x, y)
python/common.py:31
Function
lookat
(eye, target, up = (0, 0, 1))
python/common.py:53
Function
makeDebugContext
* Given a WebGL context returns a wrapped context that calls * gl.getError after every command and calls a function if the * result is not gl.NO_ERR
webgl/webgl-debug.js:271
next →
1–100 of 126, ranked by callers