Home
last modified time | relevance | path

Searched refs:GLToolbox (Results 1 – 6 of 6) sorted by relevance

/development/samples/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java70 mProgram = GLToolbox.createProgram(VERTEX_SHADER, FRAGMENT_SHADER); in init()
111 GLToolbox.checkGlError("glUseProgram"); in renderTexture()
115 GLToolbox.checkGlError("glViewport"); in renderTexture()
127 GLToolbox.checkGlError("vertex attribute setup"); in renderTexture()
131 GLToolbox.checkGlError("glActiveTexture"); in renderTexture()
133 GLToolbox.checkGlError("glBindTexture"); in renderTexture()
DGLToolbox.java21 public class GLToolbox { class
DHelloEffects.java86 GLToolbox.initTexParams(); in loadTextures()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DTextureRenderer.java70 mProgram = GLToolbox.createProgram(VERTEX_SHADER, FRAGMENT_SHADER); in init()
111 GLToolbox.checkGlError("glUseProgram"); in renderTexture()
115 GLToolbox.checkGlError("glViewport"); in renderTexture()
127 GLToolbox.checkGlError("vertex attribute setup"); in renderTexture()
131 GLToolbox.checkGlError("glActiveTexture"); in renderTexture()
133 GLToolbox.checkGlError("glBindTexture"); in renderTexture()
DGLToolbox.java21 public class GLToolbox { class
DMediaEffectsFragment.java145 GLToolbox.initTexParams(); in loadTextures()