OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTextureId
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
gl_buffer_interface.h
30
virtual GLuint
GetTextureId
() const = 0;
gl_frame.h
80
GLuint
GetTextureId
() const;
gl_frame.cpp
261
GLuint GLFrame::
GetTextureId
() const {
shader_program.cpp
205
const GLuint tex_id = input[i]->
GetTextureId
();
[
all
...]
/frameworks/base/media/mca/filterfw/jni/
jni_gl_frame.cpp
260
return frame ? frame->
GetTextureId
() : -1;
Completed in 50 milliseconds