Home
last modified time | relevance | path

Searched refs:vertexAttribIPointer (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.hpp425 m_gl.vertexAttribIPointer(location, number_of_components, GL_FLOAT, 0, NULL); in useAsShaderInput()
H A Dgl4cDirectStateAccessVertexArraysTests.cpp512 gl.vertexAttribIPointer(i, 1, GL_INT, static_cast<glw::GLsizei>(sizeof(glw::GLint) * m_max_attributes), in PrepareVAO()
1054 gl.vertexAttribIPointer(gl.getAttribLocation(m_po, "a"), 1, GL_INT, 0, NULL); in PrepareVAO()
2826 gl.vertexAttribIPointer(0, 1, GL_INT, sizeof(glw::GLint) * 2, NULL); in PrepareVAO()
2829 gl.vertexAttribIPointer(1, 1, GL_INT, sizeof(glw::GLint) * 2, glu::BufferOffsetAsPointer(1 * sizeof(glw::GLint))); in PrepareVAO()
3782 gl.vertexAttribIPointer(1, 2, GL_SHORT, 2, glu::BufferOffsetAsPointer(2 * sizeof(glw::GLchar))); in PrepareVAO()
H A Dgl4cVertexAttrib64BitTest.cpp3733 gl.vertexAttribIPointer(m_po_bo1_int_attr_location, 1, /* size */ in initVAO()
H A Dgl4cDirectStateAccessBuffersTests.cpp5447 gl.vertexAttribIPointer(m_attrib_location, 1, GL_INT, 0, NULL); in PrepareInputBuffer()
H A Dgl4cShadingLanguage420PackTests.cpp15493 gl.vertexAttribIPointer(variable_loc, test_case.m_n_rows /* size */, GL_INT /* type */, 0 /* stride */, in prepareVertexBuffer()
15498 gl.vertexAttribIPointer(variable_loc, test_case.m_n_rows /* size */, GL_UNSIGNED_INT /* type */, 0 /* stride */, in prepareVertexBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_0_autogen.h160 void vertexAttribIPointer(GLuint index, GLint size, VertexAttribType typePacked, \
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderMaxPatchVertices.cpp464 gl.vertexAttribIPointer(1, /* index */ in initVertexBufferObjects()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp147 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) = DE_NULL;
H A DsglrGLContext.hpp159 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
H A DsglrGLContext.cpp661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) in vertexAttribIPointer() function in sglr::GLContext
H A DsglrReferenceContext.hpp712 virtual void vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp388 functions->vertexAttribIPointer(attribIndex, attrib.format->channelCount, in updateAttributesForBaseInstance()
420 functions->vertexAttribIPointer(static_cast<GLuint>(attribIndex), in resetUpdatedAttributes()
H A DDispatchTableGL_autogen.cpp1176 ASSIGN("glVertexAttribIPointerEXT", vertexAttribIPointer); in initProcsDesktopGL()
1503 ASSIGN("glVertexAttribIPointer", vertexAttribIPointer); in initProcsDesktopGL()
2515 ASSIGN("glVertexAttribIPointer", vertexAttribIPointer); in initProcsGLES()
3963 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsDesktopGLNULL()
4290 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsDesktopGLNULL()
5301 vertexAttribIPointer = &glVertexAttribIPointerNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h340 PFNGLVERTEXATTRIBIPOINTERPROC vertexAttribIPointer = nullptr; member in rx::DispatchTableGL
H A DVertexArrayGL.cpp724 ANGLE_GL_TRY(context, functions->vertexAttribIPointer(attribIndex, format.channelCount, in callVertexAttribPointer()
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp416 gl.vertexAttribIPointer(va.location, va.numComponents, compTypeGL, va.stride, va.pointer); in setVertexAttribPointer()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1132 else if (scalarType == glu::TYPE_INT) gl.vertexAttribIPointer (loc, numComponents, GL_INT, m_inputStride, ptr);
1133 else if (scalarType == glu::TYPE_UINT) gl.vertexAttribIPointer (loc, numComponents, GL_UNSIGNED_INT, m_inputStride, ptr);
H A Des3fFragmentOutputTests.cpp800 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp512 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
547 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset); in glBind()
H A DglsDrawTest.cpp1105 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset); in bindAttribute()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp1208 gl.vertexAttribIPointer(m_position_location, m_n_vector_components, GL_INT, 0, 0); in initializeBufferObjectData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp863 gl.vertexAttribIPointer(attribute_location, vertex_buffer_info.n_components, vertex_buffer_info.type, in prepareProgramInput()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp3017 context->vertexAttribIPointer(index, size, typePacked, stride, pointer); in GL_VertexAttribIPointer()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp2299 context->vertexAttribIPointer(index, size, typePacked, stride, pointer); in GL_VertexAttribIPointer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3353 context->vertexAttribIPointer( in ReplayCall()

Completed in 93 milliseconds

12