Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BradyBrenot/huestacean
/ functions
Functions
209 in github.com/BradyBrenot/huestacean
⨍
Functions
209
◇
Types & classes
37
Function
_round
include/utility.h:109
Method
askBridgeToToggleStreaming
src/entertainment.cpp:134
Method
changeProgram
Changes the program. The previous program will be released. <p> The appropriate EGL context must be current.
android/src/com/android/grafika/gles/FullFrameRect.java:68
Method
connectBridges
src/huestacean.cpp:489
Method
connectToBridge
src/huebridge.cpp:57
Method
createOffscreenSurface
Creates an off-screen surface.
android/src/com/android/grafika/gles/EglSurfaceBase.java:71
Method
createTestTexture
Creates a test texture in the current GL context. <p> This follows image conventions, so the pixel data at offset zero is intended to appear in the to
android/src/com/android/grafika/gles/GeneratedTexture.java:69
Method
createTextureObject
Creates a texture object suitable for use with this program. <p> On exit, the texture will be bound.
android/src/com/android/grafika/gles/Texture2dProgram.java:219
Method
createWindowSurface
Creates a window surface. <p> @param surface May be a Surface or SurfaceTexture.
android/src/com/android/grafika/gles/EglSurfaceBase.java:56
Method
detectMonitors
src/huestacean.cpp:179
Method
draw
Issues the draw call. Does the full setup on every call. @param mvpMatrix The 4x4 projection matrix. @param color A 4-element color vector. @param v
android/src/com/android/grafika/gles/FlatShadedProgram.java:91
Method
draw
Issues the draw call. Does the full setup on every call. @param mvpMatrix The 4x4 projection matrix. @param vertexBuffer Buffer with vertex position
android/src/com/android/grafika/gles/Texture2dProgram.java:287
Method
entertainmentThreadConnected
src/entertainment.cpp:149
Method
entertainmentThreadFinished
src/entertainment.cpp:154
Method
finalize
()
android/src/com/android/grafika/gles/EglCore.java:200
Function
foreach
src/huestacean.cpp:186
Function
foreach
Go through every interface and every address on the system and listen/send on each (AnyIPv4 doesn't do anything)
src/bridgediscovery.cpp:77
Method
getAddress
include/huebridge.h:61
Method
getBridgeDiscovery
include/huestacean.h:159
Method
getCaptureInterval
include/huestacean.h:183
Method
getCenterSlowness
include/huestacean.h:225
Method
getChromaBoost
include/huestacean.h:207
Method
getColor
Returns the color. <p> To avoid allocations, this returns internal state. The caller must not modify it.
android/src/com/android/grafika/gles/Sprite2d.java:167
Method
getEntertainmentGroupsModel
include/huestacean.h:165
Method
getFrameReadElapsed
include/huestacean.h:169
Method
getGlVersion
Returns the GLES version this context is configured for (currently 2 or 3).
android/src/com/android/grafika/gles/EglCore.java:344
Method
getLight
include/entertainment.h:107
Method
getLumaBoost
include/huestacean.h:216
Method
getMaxLuminance
include/huestacean.h:198
Method
getMessage
include/huebridge.h:57
Method
getMessageSendElapsed
src/huestacean.cpp:162
Method
getMinLuminance
include/huestacean.h:189
Method
getMonitorsModel
include/huestacean.h:162
Method
getPositionX
Returns the position on the X axis.
android/src/com/android/grafika/gles/Sprite2d.java:114
Method
getPositionY
Returns the position on the Y axis.
android/src/com/android/grafika/gles/Sprite2d.java:121
Method
getProgram
Returns the program currently in use.
android/src/com/android/grafika/gles/FullFrameRect.java:59
Method
getProgramType
Returns the program type.
android/src/com/android/grafika/gles/Texture2dProgram.java:210
Method
getRotation
Gets the sprite rotation angle, in degrees.
android/src/com/android/grafika/gles/Sprite2d.java:92
Method
getScaleX
Returns the sprite scale along the X axis.
android/src/com/android/grafika/gles/Sprite2d.java:69
Method
getScaleY
Returns the sprite scale along the Y axis.
android/src/com/android/grafika/gles/Sprite2d.java:76
Method
getSideSlowness
include/huestacean.h:234
Method
getSkip
include/huestacean.h:174
Function
huestacean_singleton_provider
src/main.cpp:14
Method
insertArray
include/objectmodel.h:15
Method
isStreamingChanged
src/huestacean.cpp:768
Method
logCurrent
Writes the current display, context, and surface to the log.
android/src/com/android/grafika/gles/EglCore.java:351
Method
logVersionInfo
Writes GL version info to the log.
android/src/com/android/grafika/gles/GlUtil.java:179
Function
main
src/main.cpp:23
Method
makeCurrentReadFrom
Makes our EGL context and surface current for drawing, using the supplied surface for reading.
android/src/com/android/grafika/gles/EglSurfaceBase.java:126
Method
makeNothingCurrent
Makes no context current.
android/src/com/android/grafika/gles/EglCore.java:294
Method
manuallyAddIp
include/bridgediscovery.h:23
Method
numLights
include/entertainment.h:106
Method
onActivityResult
(int requestCode, int resultCode, Intent data)
android/src/com/huestacean/Huestacean.java:53
Method
onFrameAvailable
(SurfaceTexture surfaceTexture)
android/src/com/huestacean/Huestacean.java:117
Method
operator->
include/entertainment.h:185
Function
operator==
include/entertainment.h:40
Method
pressedEnter
src/huestacean.cpp:149
Method
processPendingDatagrams
src/bridgediscovery.cpp:107
Method
queryString
Queries a string value.
android/src/com/android/grafika/gles/EglCore.java:337
Method
recreate
Recreate the EGLSurface, using the new EglBase. The caller should have already freed the old EGLSurface with releaseEglSurface(). <p> This is useful
android/src/com/android/grafika/gles/WindowSurface.java:83
Method
refreshGroups
src/huestacean.cpp:437
Method
release
Releases the program.
android/src/com/android/grafika/gles/FlatShadedProgram.java:74
Method
release
Releases any resources associated with the EGL surface (and, if configured to do so, with the Surface as well). <p> Does not require that the surface'
android/src/com/android/grafika/gles/WindowSurface.java:60
Method
release
Releases the program. <p> The appropriate EGL context must be current (i.e. the one that was used to create the program).
android/src/com/android/grafika/gles/Texture2dProgram.java:201
Method
release
Releases any resources associated with the surface.
android/src/com/android/grafika/gles/OffscreenSurface.java:36
Method
replied
src/entertainment.cpp:164
Method
replied
src/huebridge.cpp:95
Method
replied
src/bridgediscovery.cpp:171
Method
requestImage
src/huestacean.cpp:806
Method
resetConnection
src/huebridge.cpp:81
Method
rgb_to_xy
src/utility.cpp:292
Method
roleNames
src/objectmodel.cpp:41
Method
rowCount
src/objectmodel.cpp:9
Method
run
simple dtls test using mbedtls. Never ends!
src/entertainment.cpp:224
Method
runSync
src/huestacean.cpp:504
Method
saveBridges
src/bridgediscovery.cpp:134
Method
saveFrame
Saves the EGL surface to a file. <p> Expects that this object's EGL surface is current.
android/src/com/android/grafika/gles/EglSurfaceBase.java:157
Method
setActiveMonitor
src/huestacean.cpp:465
Method
setCaptureInterval
src/huestacean.cpp:167
Method
setCenterSlowness
include/huestacean.h:229
Method
setChromaBoost
include/huestacean.h:211
Method
setColor
Sets color to use for flat-shaded rendering. Has no effect on textured rendering.
android/src/com/android/grafika/gles/Sprite2d.java:149
Method
setConnected
include/huebridge.h:101
Method
setLumaBoost
include/huestacean.h:220
Method
setMaxLuminance
include/huestacean.h:202
Method
setMessage
include/huebridge.h:52
Method
setMinLuminance
include/huestacean.h:193
Method
setPosition
Sets the sprite position.
android/src/com/android/grafika/gles/Sprite2d.java:128
Method
setPresentationTime
Sends the presentation time stamp to EGL. Time is expressed in nanoseconds.
android/src/com/android/grafika/gles/EglCore.java:313
Method
setPresentationTime
Sends the presentation time stamp to EGL. @param nsecs Timestamp, in nanoseconds.
android/src/com/android/grafika/gles/EglSurfaceBase.java:148
Method
setRotation
Sets the sprite rotation angle, in degrees. Sprite will rotate counter-clockwise.
android/src/com/android/grafika/gles/Sprite2d.java:99
Method
setScale
Sets the sprite scale (size).
android/src/com/android/grafika/gles/Sprite2d.java:83
Method
setSideSlowness
include/huestacean.h:238
Method
setSkip
include/huestacean.h:178
Method
setTexture
Sets texture to use for textured rendering. Has no effect on flat-shaded rendering.
android/src/com/android/grafika/gles/Sprite2d.java:158
Method
startScreenSync
src/huestacean.cpp:212
Method
stopScreenSync
src/huestacean.cpp:418
Method
streamingGroupDestroyed
src/huestacean.cpp:795
Method
swapBuffers
Calls eglSwapBuffers. Use this to "publish" the current frame. @return false on failure
android/src/com/android/grafika/gles/EglSurfaceBase.java:135
Method
toString
()
android/src/com/android/grafika/gles/Drawable2d.java:189
← previous
next →
101–200 of 209, ranked by callers