Home
last modified time | relevance | path

Searched defs:bindPoint (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotTextures_unittest.cpp265 GLuint createAndBindTexture(GLuint unit, GLenum bindPoint) { in createAndBindTexture()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp3467 VkPipelineBindPoint bindPoint, in handleDirtyDriverUniformsBindingImpl()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DGLSLTest.cpp7156 GLenum bindPoint = isUniform ? GL_UNIFORM_BUFFER : GL_SHADER_STORAGE_BUFFER; in InitBuffer() local