OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitWithTexture
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
gl_frame.h
54
bool
InitWithTexture
(GLint texture_id, int width, int height);
gl_frame.cpp
65
bool GLFrame::
InitWithTexture
(GLint texture_id, int width, int height) {
/frameworks/base/media/mca/filterfw/jni/
jni_gl_frame.cpp
69
if (frame->
InitWithTexture
(tex_id, width, height)) {
Completed in 667 milliseconds