OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBoundTexture
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
94
*ptr = state->
getBoundTexture
(GL_TEXTURE_2D);
98
*ptr = state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES);
133
*ptr = (GLfloat)state->
getBoundTexture
(GL_TEXTURE_2D);
137
*ptr = (GLfloat)state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES);
172
*ptr = state->
getBoundTexture
(GL_TEXTURE_2D) << 16;
176
*ptr = state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES) << 16;
206
*ptr = state->
getBoundTexture
(GL_TEXTURE_2D) != 0 ? GL_TRUE : GL_FALSE;
210
*ptr = state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES) != 0
649
state->
getBoundTexture
(GL_TEXTURE_2D));
686
state->
getBoundTexture
(currTarget))
[
all
...]
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
268
*ptr = state->
getBoundTexture
(GL_TEXTURE_2D);
271
*ptr = state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES);
316
*ptr = (GLfloat)state->
getBoundTexture
(GL_TEXTURE_2D);
319
*ptr = (GLfloat)state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES);
357
*ptr = state->
getBoundTexture
(GL_TEXTURE_2D) != 0 ? GL_TRUE : GL_FALSE;
360
*ptr = state->
getBoundTexture
(GL_TEXTURE_EXTERNAL_OES) != 0
879
m_state->
getBoundTexture
(newTarget));
[
all
...]
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h
178
GLuint
getBoundTexture
(GLenum target) const;
GLClientState.cpp
379
GLuint GLClientState::
getBoundTexture
(GLenum target) const
Completed in 321 milliseconds