MCPcopy Create free account

hub / github.com/BradyBrenot/huestacean / functions

Functions209 in github.com/BradyBrenot/huestacean

Function_round
include/utility.h:109
MethodaskBridgeToToggleStreaming
src/entertainment.cpp:134
MethodchangeProgram
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
MethodconnectBridges
src/huestacean.cpp:489
MethodconnectToBridge
src/huebridge.cpp:57
MethodcreateOffscreenSurface
Creates an off-screen surface.
android/src/com/android/grafika/gles/EglSurfaceBase.java:71
MethodcreateTestTexture
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
MethodcreateTextureObject
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
MethodcreateWindowSurface
Creates a window surface. <p> @param surface May be a Surface or SurfaceTexture.
android/src/com/android/grafika/gles/EglSurfaceBase.java:56
MethoddetectMonitors
src/huestacean.cpp:179
Methoddraw
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
Methoddraw
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
MethodentertainmentThreadConnected
src/entertainment.cpp:149
MethodentertainmentThreadFinished
src/entertainment.cpp:154
Methodfinalize
()
android/src/com/android/grafika/gles/EglCore.java:200
Functionforeach
src/huestacean.cpp:186
Functionforeach
Go through every interface and every address on the system and listen/send on each (AnyIPv4 doesn't do anything)
src/bridgediscovery.cpp:77
MethodgetAddress
include/huebridge.h:61
MethodgetBridgeDiscovery
include/huestacean.h:159
MethodgetCaptureInterval
include/huestacean.h:183
MethodgetCenterSlowness
include/huestacean.h:225
MethodgetChromaBoost
include/huestacean.h:207
MethodgetColor
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
MethodgetEntertainmentGroupsModel
include/huestacean.h:165
MethodgetFrameReadElapsed
include/huestacean.h:169
MethodgetGlVersion
Returns the GLES version this context is configured for (currently 2 or 3).
android/src/com/android/grafika/gles/EglCore.java:344
MethodgetLight
include/entertainment.h:107
MethodgetLumaBoost
include/huestacean.h:216
MethodgetMaxLuminance
include/huestacean.h:198
MethodgetMessage
include/huebridge.h:57
MethodgetMessageSendElapsed
src/huestacean.cpp:162
MethodgetMinLuminance
include/huestacean.h:189
MethodgetMonitorsModel
include/huestacean.h:162
MethodgetPositionX
Returns the position on the X axis.
android/src/com/android/grafika/gles/Sprite2d.java:114
MethodgetPositionY
Returns the position on the Y axis.
android/src/com/android/grafika/gles/Sprite2d.java:121
MethodgetProgram
Returns the program currently in use.
android/src/com/android/grafika/gles/FullFrameRect.java:59
MethodgetProgramType
Returns the program type.
android/src/com/android/grafika/gles/Texture2dProgram.java:210
MethodgetRotation
Gets the sprite rotation angle, in degrees.
android/src/com/android/grafika/gles/Sprite2d.java:92
MethodgetScaleX
Returns the sprite scale along the X axis.
android/src/com/android/grafika/gles/Sprite2d.java:69
MethodgetScaleY
Returns the sprite scale along the Y axis.
android/src/com/android/grafika/gles/Sprite2d.java:76
MethodgetSideSlowness
include/huestacean.h:234
MethodgetSkip
include/huestacean.h:174
Functionhuestacean_singleton_provider
src/main.cpp:14
MethodinsertArray
include/objectmodel.h:15
MethodisStreamingChanged
src/huestacean.cpp:768
MethodlogCurrent
Writes the current display, context, and surface to the log.
android/src/com/android/grafika/gles/EglCore.java:351
MethodlogVersionInfo
Writes GL version info to the log.
android/src/com/android/grafika/gles/GlUtil.java:179
Functionmain
src/main.cpp:23
MethodmakeCurrentReadFrom
Makes our EGL context and surface current for drawing, using the supplied surface for reading.
android/src/com/android/grafika/gles/EglSurfaceBase.java:126
MethodmakeNothingCurrent
Makes no context current.
android/src/com/android/grafika/gles/EglCore.java:294
MethodmanuallyAddIp
include/bridgediscovery.h:23
MethodnumLights
include/entertainment.h:106
MethodonActivityResult
(int requestCode, int resultCode, Intent data)
android/src/com/huestacean/Huestacean.java:53
MethodonFrameAvailable
(SurfaceTexture surfaceTexture)
android/src/com/huestacean/Huestacean.java:117
Methodoperator->
include/entertainment.h:185
Functionoperator==
include/entertainment.h:40
MethodpressedEnter
src/huestacean.cpp:149
MethodprocessPendingDatagrams
src/bridgediscovery.cpp:107
MethodqueryString
Queries a string value.
android/src/com/android/grafika/gles/EglCore.java:337
Methodrecreate
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
MethodrefreshGroups
src/huestacean.cpp:437
Methodrelease
Releases the program.
android/src/com/android/grafika/gles/FlatShadedProgram.java:74
Methodrelease
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
Methodrelease
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
Methodrelease
Releases any resources associated with the surface.
android/src/com/android/grafika/gles/OffscreenSurface.java:36
Methodreplied
src/entertainment.cpp:164
Methodreplied
src/huebridge.cpp:95
Methodreplied
src/bridgediscovery.cpp:171
MethodrequestImage
src/huestacean.cpp:806
MethodresetConnection
src/huebridge.cpp:81
Methodrgb_to_xy
src/utility.cpp:292
MethodroleNames
src/objectmodel.cpp:41
MethodrowCount
src/objectmodel.cpp:9
Methodrun
simple dtls test using mbedtls. Never ends!
src/entertainment.cpp:224
MethodrunSync
src/huestacean.cpp:504
MethodsaveBridges
src/bridgediscovery.cpp:134
MethodsaveFrame
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
MethodsetActiveMonitor
src/huestacean.cpp:465
MethodsetCaptureInterval
src/huestacean.cpp:167
MethodsetCenterSlowness
include/huestacean.h:229
MethodsetChromaBoost
include/huestacean.h:211
MethodsetColor
Sets color to use for flat-shaded rendering. Has no effect on textured rendering.
android/src/com/android/grafika/gles/Sprite2d.java:149
MethodsetConnected
include/huebridge.h:101
MethodsetLumaBoost
include/huestacean.h:220
MethodsetMaxLuminance
include/huestacean.h:202
MethodsetMessage
include/huebridge.h:52
MethodsetMinLuminance
include/huestacean.h:193
MethodsetPosition
Sets the sprite position.
android/src/com/android/grafika/gles/Sprite2d.java:128
MethodsetPresentationTime
Sends the presentation time stamp to EGL. Time is expressed in nanoseconds.
android/src/com/android/grafika/gles/EglCore.java:313
MethodsetPresentationTime
Sends the presentation time stamp to EGL. @param nsecs Timestamp, in nanoseconds.
android/src/com/android/grafika/gles/EglSurfaceBase.java:148
MethodsetRotation
Sets the sprite rotation angle, in degrees. Sprite will rotate counter-clockwise.
android/src/com/android/grafika/gles/Sprite2d.java:99
MethodsetScale
Sets the sprite scale (size).
android/src/com/android/grafika/gles/Sprite2d.java:83
MethodsetSideSlowness
include/huestacean.h:238
MethodsetSkip
include/huestacean.h:178
MethodsetTexture
Sets texture to use for textured rendering. Has no effect on flat-shaded rendering.
android/src/com/android/grafika/gles/Sprite2d.java:158
MethodstartScreenSync
src/huestacean.cpp:212
MethodstopScreenSync
src/huestacean.cpp:418
MethodstreamingGroupDestroyed
src/huestacean.cpp:795
MethodswapBuffers
Calls eglSwapBuffers. Use this to "publish" the current frame. @return false on failure
android/src/com/android/grafika/gles/EglSurfaceBase.java:135
MethodtoString
()
android/src/com/android/grafika/gles/Drawable2d.java:189
← previousnext →101–200 of 209, ranked by callers