HomeSort by relevance Sort by last modified time
    Searched full:m_copy_po_id (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageOperations.cpp 324 , m_copy_po_id(0)
372 m_copy_po_id = gl.createProgram();
375 buildProgram(m_copy_po_id, m_copy_cs_id, 1, &copy_cs_source);
436 if (m_copy_po_id != 0)
438 gl.deleteProgram(m_copy_po_id);
439 m_copy_po_id = 0;
603 if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth,
609 if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth,
615 if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth,
664 if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth
    [all...]
esextcTextureCubeMapArrayImageOperations.hpp 163 glw::GLuint m_copy_po_id; member in class:glcts::TextureCubeMapArrayImageOpCompute

Completed in 88 milliseconds