Searched refs:setBoundTextureInternalFormat (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 2405 state->setBoundTextureInternalFormat(stateTarget, internalformat); in s_glTexImage2D() 2525 state->setBoundTextureInternalFormat(target, internalformat); in s_glCopyTexImage2D() 3175 state->setBoundTextureInternalFormat(stateTarget, (GLint)internalformat); in s_glCompressedTexImage2D() 3851 state->setBoundTextureInternalFormat(target, internalformat); in s_glTexStorage2D() 3964 state->setBoundTextureInternalFormat(target, internalFormat); in s_glTexImage3D() 4059 state->setBoundTextureInternalFormat(target, (GLint)internalformat); in s_glCompressedTexImage3D() 4120 state->setBoundTextureInternalFormat(target, internalformat); in s_glTexStorage3D() 5410 state->setBoundTextureInternalFormat(target, internalformat); in s_glTexStorage2DMultisample()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 364 void setBoundTextureInternalFormat(GLenum target, GLint format);
|
D | GLClientState.cpp | 1119 void GLClientState::setBoundTextureInternalFormat(GLenum target, GLint internalformat) { in setBoundTextureInternalFormat() function in GLClientState
|