OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTexMatrixHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
106
GLint
mTexMatrixHandle
;
NativeWindowRenderer.cpp
360
glUniformMatrix4fv(
mTexMatrixHandle
, 1, GL_FALSE, texMatrix);
470
mTexMatrixHandle
= glGetUniformLocation(mProgram[i], "texMatrix");
/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 255 milliseconds