Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ functions
Functions
2,094 in github.com/golang/mobile
⨍
Functions
2,094
◇
Types & classes
327
↓ 1 callers
Method
GetProgramInfoLog
GetProgramInfoLog returns the information log for a program. http://www.khronos.org/opengles/sdk/docs/man3/html/glGetProgramInfoLog.xhtml
gl/interface.go:415
↓ 1 callers
Method
GetProgrami
GetProgrami returns a parameter value for a program. http://www.khronos.org/opengles/sdk/docs/man3/html/glGetProgramiv.xhtml
gl/interface.go:410
↓ 1 callers
Method
GetShaderInfoLog
GetShaderInfoLog returns the information log for a shader. http://www.khronos.org/opengles/sdk/docs/man3/html/glGetShaderInfoLog.xhtml
gl/interface.go:430
↓ 1 callers
Method
GetShaderi
GetShaderi returns a parameter value for a shader. http://www.khronos.org/opengles/sdk/docs/man3/html/glGetShaderiv.xhtml
gl/interface.go:425
↓ 1 callers
Method
GetVertexAttribfv
(dst []float32, src Attrib, pname Enum)
gl/gldebug.go:2506
↓ 1 callers
Method
GetVertexAttribfv
(dst []float32, src Attrib, pname Enum)
gl/gl.go:973
↓ 1 callers
Method
GetVertexAttribiv
(dst []int32, src Attrib, pname Enum)
gl/gldebug.go:2532
↓ 1 callers
Method
GetVertexAttribiv
(dst []int32, src Attrib, pname Enum)
gl/gl.go:991
↓ 1 callers
Function
Geti
Geti returns the int32 value of the given parameter.
exp/audio/al/al.go:71
↓ 1 callers
Method
Hash
(self gopkg.GoNSDate)
bind/testdata/testpkg/objcpkg/classes.go:22
↓ 1 callers
Method
HashCode
()
bind/testdata/testpkg/javapkg/classes.go:95
↓ 1 callers
Method
IDup
(i Interface)
bind/testdata/testpkg/testpkg.go:506
↓ 1 callers
Method
Import
()
bind/testdata/keywords.go:32
↓ 1 callers
Method
Init
()
bind/gen.go:127
↓ 1 callers
Method
LinkProgram
LinkProgram links the specified program. http://www.khronos.org/opengles/sdk/docs/man3/html/glLinkProgram.xhtml
gl/interface.go:550
↓ 1 callers
Method
LoadTexture
(a image.Image)
exp/sprite/sprite.go:56
↓ 1 callers
Method
LookAt
(eye, center, up *Vec3)
exp/f32/mat4.go:178
↓ 1 callers
Method
Manyargs
(_, _, _, _, _, _, _, _, _, _ int)
bind/testdata/benchmark/benchmark.go:30
↓ 1 callers
Method
MarshalBinary
()
internal/binres/binres.go:141
↓ 1 callers
Function
NewContext
()
gl/work_other.go:29
↓ 1 callers
Function
NewFPS
NewFPS creates an FPS tied to the current GL context.
exp/app/debug/fps.go:31
↓ 1 callers
Function
NewGame
()
example/flappy/game.go:65
↓ 1 callers
Function
NewI
()
bind/testdata/benchmark/benchmark.go:49
↓ 1 callers
Method
NewI
Callbacks for Go benchmarks
bind/testdata/benchmark/benchmark.go:25
↓ 1 callers
Function
NewMipmapTable
NewMipmapTable returns a resource table initialized for a single xxxhdpi mipmap resource and the path to write resource data to.
internal/binres/table.go:62
↓ 1 callers
Method
Next
(this gopkg.GoRand, i int32)
bind/testdata/testpkg/javapkg/classes.go:172
↓ 1 callers
Method
Noargs
()
bind/testdata/benchmark/benchmark.go:26
↓ 1 callers
Method
Null
()
bind/testdata/testpkg/testpkg.go:253
↓ 1 callers
Method
Onearg
(_ int)
bind/testdata/benchmark/benchmark.go:27
↓ 1 callers
Method
Oneret
()
bind/testdata/benchmark/benchmark.go:28
↓ 1 callers
Function
PackResources
PackResources produces a stripped down gzip version of the resources.arsc from api jar.
internal/binres/sdk.go:66
↓ 1 callers
Method
Packages
Packages return the list of Go packages to be generated.
bind/genobjcw.go:528
↓ 1 callers
Method
Perspective
Perspective sets m to be the GL perspective matrix.
exp/f32/mat4.go:83
↓ 1 callers
Method
Public
()
bind/testdata/keywords.go:42
↓ 1 callers
Method
RegisterFilter
(f func(interface{}) interface{})
app/app.go:128
↓ 1 callers
Method
Render
sets transform relative to parent. Render renders the scene arranged at the given time, for the given window configuration (dimensions and resolution)
exp/sprite/sprite.go:63
↓ 1 callers
Method
Rotate
Rotate sets m to a rotation in radians followed by p. It is equivalent to m.Mul(p, affineRotation).
exp/f32/affine.go:103
↓ 1 callers
Method
RunDirect
RunDirect runs a named benchmark directly, with the native context from the call itself.
bind/testdata/benchmark/benchmark.go:22
↓ 1 callers
Method
Scene
(eng sprite.Engine)
example/flappy/game.go:86
↓ 1 callers
Method
Set
(s string)
cmd/gomobile/strings_flag.go:11
↓ 1 callers
Function
SetListenerf
SetListenerf sets the float32 value for the listener parameter.
exp/audio/al/al.go:399
↓ 1 callers
Method
ShaderSource
TODO(crawshaw): ShaderBinary ShaderSource sets the source code of s to the given source code. http://www.khronos.org/opengles/sdk/docs/man3/html/glSh
gl/interface.go:595
↓ 1 callers
Method
SpecByName
SpecByName parses the spec name from an entry string if necessary and returns the Package and TypeSpec associated with that name along with their resp
internal/binres/table.go:136
↓ 1 callers
Method
StringError
(s string)
bind/testdata/testpkg/testpkg.go:326
↓ 1 callers
Method
StringRetLong
()
bind/testdata/benchmark/benchmark.go:33
↓ 1 callers
Method
StringRetShort
()
bind/testdata/benchmark/benchmark.go:32
↓ 1 callers
Method
Sum
()
bind/testdata/testpkg/testpkg.go:425
↓ 1 callers
Function
Tan
(x float32)
exp/f32/f32.go:61
↓ 1 callers
Method
TexImage2D
TexImage2D writes a 2D texture image. http://www.khronos.org/opengles/sdk/docs/man3/html/glTexImage2D.xhtml
gl/interface.go:630
↓ 1 callers
Method
TexSubImage2D
TexSubImage2D writes a subregion of a 2D texture image. http://www.khronos.org/opengles/sdk/docs/man3/html/glTexSubImage2D.xhtml
gl/interface.go:635
↓ 1 callers
Method
Times
(v int32)
bind/testdata/testpkg/testpkg.go:323
↓ 1 callers
Method
ToString
(this gopkg.GoObject)
bind/testdata/testpkg/javapkg/classes.go:90
↓ 1 callers
Function
UTF16Encode
UTF16Encode utf16 encodes s into chars. It returns the resulting length in units of uint16. It is assumed that the chars slice has enough room for the
bind/seq/string.go:30
↓ 1 callers
Method
Uniform1i
Uniform1i writes an int uniform variable. Uniform1i and Uniform1iv are the only two functions that may be used to load uniform variables defined as s
gl/interface.go:674
↓ 1 callers
Method
Uniform2f
Uniform2f writes a vec2 uniform variable. http://www.khronos.org/opengles/sdk/docs/man3/html/glUniform.xhtml
gl/interface.go:688
↓ 1 callers
Method
Uniform4f
Uniform4f writes a vec4 uniform variable. http://www.khronos.org/opengles/sdk/docs/man3/html/glUniform.xhtml
gl/interface.go:728
↓ 1 callers
Method
UniformMatrix3fv
UniformMatrix3fv writes 3x3 matrices. Each matrix uses nine float32 values, so the number of matrices written is len(src)/9. Each matrix must be supp
gl/interface.go:759
↓ 1 callers
Method
UnmarshalBinary
(bin []byte)
internal/binres/table.go:708
↓ 1 callers
Method
UnmarshalBinary
(bin []byte)
internal/binres/table.go:773
↓ 1 callers
Method
UnmarshalBinary
(bin []byte)
internal/binres/table.go:818
↓ 1 callers
Method
UnmarshalBinary
UnmarshalBinary decodes all resource chunks in buf returning any error encountered.
internal/binres/binres.go:679
↓ 1 callers
Method
Update
(now clock.Time)
example/flappy/game.go:244
↓ 1 callers
Method
Upload
(r image.Rectangle, src image.Image)
exp/sprite/glsprite/glsprite.go:42
↓ 1 callers
Method
Upload
(r image.Rectangle, src image.Image)
exp/sprite/portable/portable.go:50
↓ 1 callers
Method
V
()
bind/testdata/testpkg/testpkg.go:64
↓ 1 callers
Method
VE
()
bind/testdata/testpkg/testpkg.go:65
↓ 1 callers
Method
VarUpdate
()
bind/testdata/testpkg/testpkg.go:243
↓ 1 callers
Method
Viewport
Viewport sets the viewport, an affine transformation that normalizes device coordinates to window coordinates. http://www.khronos.org/opengles/sdk/do
gl/interface.go:839
↓ 1 callers
Method
Write
(p []byte)
internal/mobileinit/mobileinit_ios.go:32
↓ 1 callers
Function
abi
abi maps GOARCH values to Android ABI strings. See https://developer.android.com/ndk/guides/abis
cmd/gomobile/env.go:287
↓ 1 callers
Method
addFunc
(f *ast.FuncDecl)
bind/gen.go:236
↓ 1 callers
Method
addType
(t *ast.TypeSpec, outerDoc *ast.CommentGroup)
bind/gen.go:260
↓ 1 callers
Method
addValue
(t *ast.ValueSpec, outerDoc *ast.CommentGroup)
bind/gen.go:221
↓ 1 callers
Function
alBufferData
(b Buffer, format uint32, data []byte, freq int32)
exp/audio/al/al_android.go:480
↓ 1 callers
Function
alDeleteBuffers
(b []Buffer)
exp/audio/al/al_android.go:470
↓ 1 callers
Function
alDeleteSources
(s []Source)
exp/audio/al/al_android.go:406
↓ 1 callers
Function
alDisable
(capability int32)
exp/audio/al/al_android.go:319
↓ 1 callers
Function
alDistanceModel
(v int32)
exp/audio/al/al_android.go:364
↓ 1 callers
Function
alDopplerFactor
(v float32)
exp/audio/al/al_android.go:368
↓ 1 callers
Function
alDopplerVelocity
(v float32)
exp/audio/al/al_android.go:372
↓ 1 callers
Function
alEnable
(capability int32)
exp/audio/al/al_android.go:315
↓ 1 callers
Function
alGenBuffers
(n int)
exp/audio/al/al_android.go:464
↓ 1 callers
Function
alGenSources
(n int)
exp/audio/al/al_android.go:384
↓ 1 callers
Function
alGetBoolean
(k int)
exp/audio/al/al_android.go:343
↓ 1 callers
Function
alGetBooleanv
(k int, v []bool)
exp/audio/al/al_android.go:347
↓ 1 callers
Function
alGetError
()
exp/audio/al/al_android.go:380
↓ 1 callers
Function
alGetFloat
(k int)
exp/audio/al/al_android.go:335
↓ 1 callers
Function
alGetFloatv
(k int, v []float32)
exp/audio/al/al_android.go:339
↓ 1 callers
Function
alGetInteger
(k int)
exp/audio/al/al_android.go:327
↓ 1 callers
Function
alGetIntegerv
(k int, v []int32)
exp/audio/al/al_android.go:331
↓ 1 callers
Function
alGetListenerf
(k int)
exp/audio/al/al_android.go:446
↓ 1 callers
Function
alGetListenerfv
(k int, v []float32)
exp/audio/al/al_android.go:452
↓ 1 callers
Function
alGetSourcef
(s Source, k int)
exp/audio/al/al_android.go:416
↓ 1 callers
Function
alGetSourcefv
(s Source, k int, v []float32)
exp/audio/al/al_android.go:422
↓ 1 callers
Function
alGetSourcei
(s Source, k int)
exp/audio/al/al_android.go:410
↓ 1 callers
Function
alGetString
(v int)
exp/audio/al/al_android.go:359
↓ 1 callers
Function
alIsBuffer
(b Buffer)
exp/audio/al/al_android.go:484
↓ 1 callers
Function
alIsEnabled
(capability int32)
exp/audio/al/al_android.go:323
↓ 1 callers
Function
alListenerf
(k int, v float32)
exp/audio/al/al_android.go:456
↓ 1 callers
Function
alListenerfv
(k int, v []float32)
exp/audio/al/al_android.go:460
← previous
next →
501–600 of 2,094, ranked by callers