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

  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h 106 GLint mTexMatrixHandle;
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 378 mTexMatrixHandle = glGetUniformLocation(mPgm, "texMatrix");
380 ASSERT_NE(-1, mTexMatrixHandle);
429 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
467 GLint mTexMatrixHandle;
    [all...]

Completed in 179 milliseconds