Home
last modified time | relevance | path

Searched defs:texId (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dopengl.cpp856 GLuint texId() const { return texId_; } in texId() function in cv::ogl::Texture2D::Impl
1224 unsigned int cv::ogl::Texture2D::texId() const in texId() function in cv::ogl::Texture2D
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1149 glw::GLuint texId = 0; in testTextureSize() local