HomeSort by relevance Sort by last modified time
    Searched refs:m_texture_object_id (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5TextureGatherOffset.cpp 516 , m_texture_object_id(0)
587 if (0 != m_texture_object_id)
589 gl.deleteTextures(1, &m_texture_object_id);
591 m_texture_object_id = 0;
936 gl.genTextures(1, &m_texture_object_id);
941 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_texture_object_id);
950 gl.bindTexture(GL_TEXTURE_2D, m_texture_object_id);
    [all...]
esextcGPUShader5TextureGatherOffset.hpp 121 glw::GLuint m_texture_object_id; member in class:glcts::GPUShader5TextureGatherOffsetTestBase
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp     [all...]
esextcTextureCubeMapArraySampling.hpp 375 glw::GLuint m_texture_object_id; member in class:glcts::TextureCubeMapArraySamplingTest::textureDefinition

Completed in 3907 milliseconds