OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_blitTex
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h
49
GLuint
m_blitTex
;
ColorBuffer.cpp
78
s_gl.glGenTextures(1, &cb->
m_blitTex
);
79
s_gl.glBindTexture(GL_TEXTURE_2D, cb->
m_blitTex
);
104
(EGLClientBuffer)cb->
m_blitTex
,
114
m_blitTex
(0),
154
GLuint tex[2] = {m_tex,
m_blitTex
};
206
//
m_blitTex
into m_tex
224
// render
m_blitTex
225
s_gl.glBindTexture(GL_TEXTURE_2D,
m_blitTex
);
Completed in 38 milliseconds