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

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp 63 glw::GLuint* to_id_ptr; member in struct:glcts::MultisampleTextureGetTexLevelParametervFunctionalTest::texture_properties
98 , to_id_ptr(NULL)
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp 184 texture_2d_properties.to_id_ptr = &to_2d;
217 texture_2d_array_properties.to_id_ptr = &to_2d_array;
258 texture_2d_multisample_properties.to_id_ptr = &to_2d_multisample;
300 texture_2d_multisample_array_properties.to_id_ptr = &to_2d_multisample_array;
337 texture_3d_properties.to_id_ptr = &to_3d;
367 texture_cm_face_properties.to_id_ptr = &to_cubemap;
425 gl.bindTexture(texture_ptr->target, *texture_ptr->to_id_ptr);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderRendering.cpp 882 glw::GLuint* to_id_ptr = (!is_instanced) ? &m_to_id : &m_instanced_to_id; local
888 gl.genTextures(1, to_id_ptr);
889 gl.bindTexture(GL_TEXTURE_2D, *to_id_ptr);
898 gl.framebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *to_id_ptr, 0 /* level */);
911 gl.framebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *to_id_ptr, 0 /* level */);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp 5944 glw::GLuint* to_id_ptr = (is_view_texture) ? &m_view_to_id : &m_to_id; local
6995 glw::GLuint* to_id_ptr = (should_init_parent_texture) ? &m_to_id : &m_view_to_id; local
    [all...]

Completed in 606 milliseconds