Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp419 vector<GLuint>& bufferIds; member
1040 gl.bindBuffer(GL_PIXEL_UNPACK_BUFFER, context.bufferIds[0]);
1059 gl.bindBuffer(GL_PIXEL_UNPACK_BUFFER, context.bufferIds[0]);
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1015 std::map<int, int> bufferIds; member in tgsi::Source
1447 bufferIds.insert(std::make_pair(i, gmemSlot)); in scanDeclaration()
2638 std::map<int, int>::const_iterator it = code->bufferIds.find(id); in remapBufferId()
2639 if (it != code->bufferIds.end()) in remapBufferId()

Completed in 10 milliseconds