HomeSort by relevance Sort by last modified time
    Searched full:bindingindex (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glBindVertexBuffer.java 1 // C function void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
4 int bindingindex,
glBindVertexBuffer.cpp 1 /* void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) */
4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
10 (GLuint)bindingindex,
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 40 ULONG BindingIndex;
90 b->BindingIndex = i;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31.spec 64 void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
67 void glVertexAttribBinding ( GLuint attribindex, GLuint bindingindex )
68 void glVertexBindingDivisor ( GLuint bindingindex, GLuint divisor )
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 292 String newTag, int bindingIndex) {
293 int nextBindingIndex = bindingIndex;
299 tag = "android:tag=\"" + newTag + "_" + bindingIndex + "\"";
302 tag = "android:tag=\"binding_" + bindingIndex + "\"";
321 if (bindingIndex == 0 && isMerge) {
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 132 int bindingindex; member in struct:GLClientState::__anon3004
214 void setVertexBindingDivisor(int bindingindex, GLuint divisor);
216 void setVertexAttribBinding(int attribindex, int bindingindex);
566 m_currVaoState.bufferBindings_const()[vertexAttrib.bindingindex];
571 *ptr = (T)vertexAttrib.bindingindex;
GLClientState.cpp 150 void GLClientState::setVertexBindingDivisor(int bindingindex, GLuint divisor) {
151 m_currVaoState.bufferBinding(bindingindex).divisor = divisor;
155 return m_currVaoState.bufferBindings_const()[m_currVaoState[attribindex].bindingindex];
158 void GLClientState::setVertexAttribBinding(int attribindex, int bindingindex) {
159 m_currVaoState[attribindex].bindingindex = bindingindex;
214 attribState[i].bindingindex = i;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 78 bindings[samplerInfo.bindingIndex].pImmutableSamplers = &m_immutableSamplers[samplerInfo.samplerBaseIndex];
vkBuilderUtil.hpp 83 deUint32 bindingIndex;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2_api.in     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.h     [all...]
gl2_entry.cpp 401 void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLintptr stride);
402 void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)
    [all...]
GL2Encoder.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl 208 GLW_APICALL void GLW_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
210 DE_UNREF(bindingindex);
    [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl31.h     [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl 33 typedef GLW_APICALL void (GLW_APIENTRY* glBindVertexBufferFunc) (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride);
    [all...]
glwImpl.inl 223 void glwBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
228 gl->bindVertexBuffer(bindingindex, buffer, offset, stride);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_stubs.in     [all...]
  /frameworks/native/opengl/include/GLES3/
gl31.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 196 void CallLogWrapper::glBindVertexBuffer (glw::GLuint bindingindex, glw::GLuint buffer, glw::GLintptr offset, glw::GLsizei stride)
199 m_log << TestLog::Message << "glBindVertexBuffer(" << bindingindex << ", " << buffer << ", " << offset << ", " << stride << ");" << TestLog::EndMessage;
200 m_gl.bindVertexBuffer(bindingindex, buffer, offset, stride);
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl31.h     [all...]

Completed in 1239 milliseconds

1 2 3