OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
540
mTexMatrixHandle
= glGetUniformLocation(mPgm, "texMatrix");
542
ASSERT_NE(-1,
mTexMatrixHandle
);
585
glUniformMatrix4fv(
mTexMatrixHandle
, 1, GL_FALSE, texMatrix);
596
GLint
mTexMatrixHandle
;
[
all
...]
Completed in 40 milliseconds