Searched refs:m_tbo_tex_ids (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferActiveUniformValidation.cpp76 : TestCaseBase(context, extParams, name, description), m_po_id(0), m_tbo_ids(0), m_tbo_tex_ids(0)
111 m_tbo_tex_ids = new glw::GLuint[m_texture_params.size()];
114 memset(m_tbo_tex_ids, 0, m_texture_params.size() * sizeof(glw::GLuint));
131 gl.genTextures(1, &m_tbo_tex_ids[i]);
135 gl.bindTexture(m_glExtTokens.TEXTURE_BUFFER, m_tbo_tex_ids[i]);
230 configureProgram(&m_texture_params, m_tbo_tex_ids);
395 if (0 != m_tbo_tex_ids)
397 gl.deleteTextures((glw::GLsizei)m_texture_params.size(), m_tbo_tex_ids);
398 delete[] m_tbo_tex_ids;
399 m_tbo_tex_ids
[all...]
H A DesextcTextureBufferActiveUniformValidation.hpp194 glw::GLuint* m_tbo_tex_ids; member in class:glcts::TextureBufferActiveUniformValidation

Completed in 143 milliseconds