Searched defs:textureTargetGL (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp838 const deUint32 textureTargetGL = getGLTextureTarget(textureType); local
849 glLog.glBindTexture(textureTargetGL, textureGL);
850 setTexParameteri(glLog, textureTargetGL);
936 const deUint32 textureTargetGL = getGLTextureTarget(textureType); local
943 glLog.glBindTexture(textureTargetGL, textureGL);
944 setTexParameteri(glLog, textureTargetGL);
1137 const deUint32 textureTargetGL = getGLTextureTarget(m_textureType); local
1157 glLog.glBindTexture(textureTargetGL, *texture);
1158 setTexParameteri(glLog, textureTargetGL);
1357 const deUint32 textureTargetGL local
1932 const deUint32 textureTargetGL = getGLTextureTarget(m_imageType); local
2333 const deUint32 textureTargetGL = getGLTextureTarget(m_imageType); local
2553 const deUint32 textureTargetGL = getGLTextureTarget(m_imageType); local
2778 const deUint32 textureTargetGL = getGLTextureTarget(m_imageType); local
[all...]

Completed in 75 milliseconds