HomeSort by relevance Sort by last modified time
    Searched refs:mTexSamplerHandle (Results 1 - 2 of 2) sorted by null

  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 28 private int mTexSamplerHandle;
73 mTexSamplerHandle = GLES20.glGetUniformLocation(mProgram,
134 GLES20.glUniform1i(mTexSamplerHandle, 0);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 540 mTexSamplerHandle = glGetUniformLocation(mPgm, "texSampler");
542 ASSERT_NE(-1, mTexSamplerHandle);
564 glUniform1i(mTexSamplerHandle, 0);
598 GLint mTexSamplerHandle;
    [all...]

Completed in 284 milliseconds