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

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 106 GLint mTexMatrixHandle;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 543 mTexMatrixHandle = glGetUniformLocation(mPgm, "texMatrix");
545 ASSERT_NE(-1, mTexMatrixHandle);
588 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
599 GLint mTexMatrixHandle;
    [all...]

Completed in 24 milliseconds