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

1 2 3 4

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 397 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
406 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
515 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
645 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
651 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
662 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
668 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f);
794 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
801 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
813 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 400 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
409 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
518 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
648 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
654 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
665 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
671 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f);
797 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
804 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
816 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 425 "VertexAttrib4f",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 425 "VertexAttrib4f",
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 157 #define glVertexAttrib4f GLES2_GET_FUN(VertexAttrib4f)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 155 OP(VertexAttrib4f) /* 396 */ \
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 37 EXPECT_CALL(*gl_, VertexAttrib4f(ii, 0.0f, 0.0f, 0.0f, 1.0f))
gles2_cmd_decoder_unittest_2_autogen.h 596 EXPECT_CALL(*gl_, VertexAttrib4f(1, 2, 3, 4, 5));
597 SpecializedSetup<cmds::VertexAttrib4f, 0>(true);
598 cmds::VertexAttrib4f cmd;
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 142 gl->vertexAttrib4f = &glVertexAttrib4f;
glwFunctions.inl 193 glVertexAttrib4fFunc vertexAttrib4f;
glwInitES20.inl 142 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitES30Direct.inl 142 gl->vertexAttrib4f = &glVertexAttrib4f;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 142 dst->vertexAttrib4f = src.vertexAttrib4f;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_implementation_autogen.h 465 virtual void VertexAttrib4f(GLuint indx,
gles2_interface_autogen.h 308 virtual void VertexAttrib4f(GLuint indx,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 524 VISIT_GL_CALL(VertexAttrib4f,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 481 void (*VertexAttrib4f)(PP_Resource context,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 229 virtual void vertexAttrib4f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) { }
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 167 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 695 DELEGATE_TO_GL_5(vertexAttrib4f, VertexAttrib4f, WGC3Duint,
    [all...]

Completed in 688 milliseconds

1 2 3 4