Home
last modified time | relevance | path

Searched refs:attachTextureObject (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp994 state->attachTextureObject(target, attachment, texture); in s_glFramebufferTexture2DOES()
1005 state->attachTextureObject(target, attachment, texture); in s_glFramebufferTexture2DMultisampleIMG()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h376 void attachTextureObject(GLenum target, GLenum attachment, GLuint texture);
DGLClientState.cpp1444 void GLClientState::attachTextureObject( in attachTextureObject() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2253 state->attachTextureObject(target, attachment, texture); in s_glFramebufferTexture2D()
2264 state->attachTextureObject(target, attachment, texture); in s_glFramebufferTexture3DOES()
3226 state->attachTextureObject(target, attachment, texture); in s_glFramebufferTextureLayer()